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 SummaryConstructors
- 
Method SummaryModifier 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 interface- Decoder<Object>
- Throws:
- IOException
 
- 
binaryToObjectpublic Object binaryToObject(DataInput input, DeserializationContext context, StringDecodingTable stringTable) throws IOException - Specified by:
- binaryToObjectin interface- Decoder<Object>
- Throws:
- IOException
 
- 
getArray
- 
createEncoder- Specified by:
- createEncoderin interface- Decoder<Object>
 
 
-