Class ArrayDecoder
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.encoding.ArrayDecoder
This array decoder is meant to decode the body of array elements, where the type and length are specified by the
 element type and an attribute, respectively.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbinaryToObject(DataInput input, DeserializationContext context, StringDecodingTable stringTable) createEncoder(Object object) getArray()stringToObject(String s, DeserializationContext context)  
- 
Constructor Details
- 
ArrayDecoder
 
 - 
 - 
Method Details
- 
stringToObject
- Specified by:
 stringToObjectin interfaceDecoder<Object>- Throws:
 IOException
 - 
binaryToObject
public Object binaryToObject(DataInput input, DeserializationContext context, StringDecodingTable stringTable) throws IOException - Specified by:
 binaryToObjectin interfaceDecoder<Object>- Throws:
 IOException
 - 
getArray
 - 
createEncoder
- Specified by:
 createEncoderin interfaceDecoder<Object>
 
 -