- Type Parameters:
P
- Product type
I
- Input type
X
- Error exception type
- All Superinterfaces:
Codec<P,I,X>
, Deserializer<I,P,X>
, Serializer<P,I,X>
, UncheckedDeserializer<P,I,X>
, UncheckedSerializer<I,P,X>
- All Known Subinterfaces:
BinaryCodec<T>
, BitsCodec<T>
, BooleanCodec<T>
, DataStringCodec<T>
, DecimalCodec<T>
, EmptyCodec<T>
, EnumCodec<T>
, IdentityrefCodec<T>
, IllegalArgumentCodec<P,I>
, InstanceIdentifierCodec<T>
, Int16Codec<T>
, Int32Codec<T>
, Int64Codec<T>
, Int8Codec<T>
, LeafrefCodec<T>
, StringCodec<T>
, Uint16Codec<T>
, Uint32Codec<T>
, Uint64Codec<T>
, Uint8Codec<T>
, UnionCodec<T>
- All Known Implementing Classes:
AbstractDataStringCodec
, AbstractIllegalArgumentCodec
, AbstractIntegerStringCodec
, AbstractModuleStringIdentityrefCodec
, AbstractModuleStringInstanceIdentifierCodec
, AbstractStringIdentityrefCodec
, AbstractStringInstanceIdentifierCodec
, AbstractStringUnionCodec
, AbstractUncheckedCodec
, BinaryStringCodec
, BitsStringCodec
, BooleanStringCodec
, DecimalStringCodec
, EnumStringCodec
, ModuleStringIdentityrefCodec
, StringStringCodec
, TypeDefinitionAwareCodec
@Beta
@Deprecated(since="7.0.9",
forRemoval=true)
public interface UncheckedCodec<P,I,X extends RuntimeException>
extends UncheckedSerializer<I,P,X>, UncheckedDeserializer<P,I,X>, Codec<P,I,X>
Deprecated, for removal: This API element is subject to removal in a future version.