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 TypeMethodDescriptionvoidwriteFields(T value) Writes the specified value as a set of fields.
-
Method Details
-
writeFields
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
-