Class AbstractDelimitedStringDecoder<T>
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.xmlserialization.deserialization.handlers.AbstractDelimitedStringDecoder<T>
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected chardelimiterprotected java.lang.String[]elementsprotected intindexprotected intnumElements
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractDelimitedStringDecoder(int numElements)protectedAbstractDelimitedStringDecoder(int numElements, char delimiter)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract TarrayToObject(java.lang.String[] array, DeserializationContext context)TstringToObject(java.lang.String s, DeserializationContext context)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.xmlserialization.encoding.DecoderbinaryToObject, createEncoder
 
- 
 
- 
- 
- 
Method Detail- 
arrayToObjectprotected abstract T arrayToObject(java.lang.String[] array, DeserializationContext context) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
stringToObjectpublic T stringToObject(java.lang.String s, DeserializationContext context) throws java.io.IOException - Specified by:
- stringToObjectin interface- Decoder<T>
- Throws:
- java.io.IOException
 
 
- 
 
-