Interface FieldSetWriter<T>


  • public interface FieldSetWriter<T>
    Writes value as a set of fields.
    Author:
    Paul Ferraro
    • Method Detail

      • writeFields

        void writeFields​(T value)
                  throws IOException
        Writes the specified value as a set of fields.
        Parameters:
        value - the value to be written.
        Throws:
        IOException - if the value could not be written