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, write
FlrLowLevelSerializer getLowLevelSerializer()
getLowLevelSerializer
in interface RbfSerializer
getLowLevelSerializer
in interface Serializer
Copyright © 2014. All rights reserved.