Interface FieldSetWriter<T>

Type Parameters:
T - the field set type

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

    Modifier and Type
    Method
    Description
    void
    writeFields(T value)
    Writes the specified value as a set of fields.
  • Method Details

    • 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