Interface Decoder<T>
- All Known Implementing Classes:
- AbstractDelimitedStringDecoder,- ArrayDecoder
public interface Decoder<T>
- 
Method SummaryModifier and TypeMethodDescriptionbinaryToObject(DataInput input, DeserializationContext context, StringDecodingTable stringTable) createEncoder(T object) stringToObject(String str, DeserializationContext context) 
- 
Method Details- 
stringToObject- Throws:
- IOException
 
- 
binaryToObjectT binaryToObject(DataInput input, DeserializationContext context, StringDecodingTable stringTable) throws IOException - Throws:
- IOException
 
- 
createEncoder
 
-