public interface CodecOperations
| Modifier and Type | Method and Description |
|---|---|
Any |
decode_value(byte[] data,
TypeCode tc) |
Any |
decode(byte[] data) |
byte[] |
encode_value(Any data) |
byte[] |
encode(Any data) |
byte[] encode(Any data) throws InvalidTypeForEncoding
InvalidTypeForEncodingAny decode(byte[] data) throws FormatMismatch
FormatMismatchbyte[] encode_value(Any data) throws InvalidTypeForEncoding
InvalidTypeForEncodingAny decode_value(byte[] data, TypeCode tc) throws FormatMismatch, TypeMismatch
FormatMismatchTypeMismatchCopyright © 2017 JBoss by Red Hat. All rights reserved.