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
InvalidTypeForEncoding
Any decode(byte[] data) throws FormatMismatch
FormatMismatch
byte[] encode_value(Any data) throws InvalidTypeForEncoding
InvalidTypeForEncoding
Any decode_value(byte[] data, TypeCode tc) throws FormatMismatch, TypeMismatch
FormatMismatch
TypeMismatch
Copyright © 2021 JBoss by Red Hat. All rights reserved.