|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IEncoder | |
|---|---|
| org.opcfoundation.ua.encoding.binary | The implementation of binary serialization |
| org.opcfoundation.ua.encoding.utils | Utility classes for encoding |
| Uses of IEncoder in org.opcfoundation.ua.encoding.binary |
|---|
| Classes in org.opcfoundation.ua.encoding.binary that implement IEncoder | |
|---|---|
class |
BinaryEncoder
Encodes builtintypes, enumerations, structures and messages to a byte buffer. |
class |
EncoderCalc
Calculates length in bytes of an encodeable if it were encoded with binary encoder. |
| Methods in org.opcfoundation.ua.encoding.binary with parameters of type IEncoder | |
|---|---|
void |
IEncodeableSerializer.calcEncodeable(Class<? extends IEncodeable> clazz,
IEncodeable encodeable,
IEncoder calculator)
Calculate encodeable size in bytes. |
void |
EncodeableReflectionSerializer.calcEncodeable(Class<? extends IEncodeable> clazz,
IEncodeable encodeable,
IEncoder calculator)
Calculate encodeable size in bytes. |
static void |
EncoderUtils.put(IEncoder encoder,
String fieldName,
Object o)
put. |
static void |
EncoderUtils.put(IEncoder encoder,
String fieldName,
Object o,
Class<?> clazz)
put. |
void |
IEncodeableSerializer.putEncodeable(Class<? extends IEncodeable> clazz,
IEncodeable encodeable,
IEncoder encoder)
Serialize object to encoder. |
void |
EncodeableReflectionSerializer.putEncodeable(Class<? extends IEncodeable> clazz,
IEncodeable encodeable,
IEncoder encoder)
Serialize object to encoder. |
| Uses of IEncoder in org.opcfoundation.ua.encoding.utils |
|---|
| Methods in org.opcfoundation.ua.encoding.utils with parameters of type IEncoder | |
|---|---|
void |
SerializerComposition.calcEncodeable(Class<? extends IEncodeable> clazz,
IEncodeable encodeable,
IEncoder calculator)
Calculate encodeable size in bytes. |
void |
AbstractSerializer.calcEncodeable(Class<? extends IEncodeable> clazz,
IEncodeable encodeable,
IEncoder calculator)
Calculate encodeable size in bytes. |
abstract void |
AbstractSerializer.calcEncodeable(IEncodeable encodeable,
IEncoder calculator)
calcEncodeable. |
void |
SerializerComposition.putEncodeable(Class<? extends IEncodeable> clazz,
IEncodeable encodeable,
IEncoder encoder)
Serialize object to encoder. |
void |
AbstractSerializer.putEncodeable(Class<? extends IEncodeable> clazz,
IEncodeable encodeable,
IEncoder encoder)
Serialize object to encoder. |
abstract void |
AbstractSerializer.putEncodeable(IEncodeable encodeable,
IEncoder encoder)
putEncodeable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||