net.sf.jsefa.flr
Interface FlrDeserializer

All Superinterfaces:
Deserializer, RbfDeserializer
All Known Implementing Classes:
FlrDeserializerImpl

public interface FlrDeserializer
extends RbfDeserializer

Iterator-style interface for stream based FLR deserializer.

Notes:
1. Empty fields representing a simple value (e.g. a String or Date) will be deserialized to null and not to an empty value.
2. Empty field sequences (long sequences of pad characters) representing a complex value (a value of a class annotated with FlrDataType) will be deserialized to null and not to an empty value.

Author:
Norman Lahme-Huetig
See Also:
Deserializer

Method Summary
 
Methods inherited from interface net.sf.jsefa.rbf.RbfDeserializer
getStoredLines
 
Methods inherited from interface net.sf.jsefa.Deserializer
close, getInputPosition, hasNext, next, open
 



Copyright © 2014. All rights reserved.