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