com.prosysopc.ua.types.di
Class Serializers.ParameterResultDataTypeSerializer
java.lang.Object
org.opcfoundation.ua.encoding.utils.AbstractSerializer
com.prosysopc.ua.StructureSerializer
com.prosysopc.ua.types.di.Serializers.ParameterResultDataTypeSerializer
- All Implemented Interfaces:
- org.opcfoundation.ua.encoding.binary.IEncodeableSerializer
- Enclosing class:
- Serializers
public static class Serializers.ParameterResultDataTypeSerializer
- extends StructureSerializer
|
Method Summary |
void |
calcEncodeable(org.opcfoundation.ua.encoding.IEncodeable encodeable,
org.opcfoundation.ua.encoding.IEncoder calculator)
|
void |
getEncodeable(org.opcfoundation.ua.encoding.IDecoder decoder,
org.opcfoundation.ua.encoding.IEncodeable encodeable)
|
org.opcfoundation.ua.encoding.IEncodeable |
newEncodeable()
|
void |
putEncodeable(org.opcfoundation.ua.encoding.IEncodeable encodeable,
org.opcfoundation.ua.encoding.IEncoder encoder)
|
| Methods inherited from class org.opcfoundation.ua.encoding.utils.AbstractSerializer |
calcEncodeable, getClass, getEncodeable, getNodeId, getSupportedClasses, getSupportedNodeIds, putEncodeable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
calcEncodeable
public void calcEncodeable(org.opcfoundation.ua.encoding.IEncodeable encodeable,
org.opcfoundation.ua.encoding.IEncoder calculator)
throws org.opcfoundation.ua.encoding.EncodingException
- Overrides:
calcEncodeable in class StructureSerializer
- Throws:
org.opcfoundation.ua.encoding.EncodingException
getEncodeable
public void getEncodeable(org.opcfoundation.ua.encoding.IDecoder decoder,
org.opcfoundation.ua.encoding.IEncodeable encodeable)
throws org.opcfoundation.ua.encoding.DecodingException
- Overrides:
getEncodeable in class StructureSerializer
- Throws:
org.opcfoundation.ua.encoding.DecodingException
newEncodeable
public org.opcfoundation.ua.encoding.IEncodeable newEncodeable()
- Specified by:
newEncodeable in class StructureSerializer
putEncodeable
public void putEncodeable(org.opcfoundation.ua.encoding.IEncodeable encodeable,
org.opcfoundation.ua.encoding.IEncoder encoder)
throws org.opcfoundation.ua.encoding.EncodingException
- Overrides:
putEncodeable in class StructureSerializer
- Throws:
org.opcfoundation.ua.encoding.EncodingException
Copyright © 2018. All rights reserved.