public interface FlrSerializer extends RbfSerializer
Note on handling of null values:
1. null values of simple types (e.g. String or Date) will be
serialized to a sequence of pad characters with the respective field length.
2. null values of complex types (classes annotated with FlrDataType) will be
serialized to a sequence of sequences of pad characters according to the fields of the complex type.
Serializer| Modifier and Type | Method and Description |
|---|---|
FlrLowLevelSerializer |
getLowLevelSerializer()
Returns a low level FLR serializer.
|
close, flush, open, writeFlrLowLevelSerializer getLowLevelSerializer()
getLowLevelSerializer in interface RbfSerializergetLowLevelSerializer in interface SerializerCopyright © 2014. All rights reserved.