net.sf.jsefa.flr
Interface FlrSerializer
- All Superinterfaces:
- RbfSerializer, Serializer
- All Known Implementing Classes:
- FlrSerializerImpl
public interface FlrSerializer
- extends RbfSerializer
Iterator-style interface for stream based FLR serializer.
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.
- Author:
- Norman Lahme-Huetig
- See Also:
Serializer
getLowLevelSerializer
FlrLowLevelSerializer getLowLevelSerializer()
- Returns a low level FLR serializer.
- Specified by:
getLowLevelSerializer in interface RbfSerializer- Specified by:
getLowLevelSerializer in interface Serializer
- Returns:
- a low level FLR serializer.
Copyright © 2014. All rights reserved.