Uses of Interface
org.opendaylight.yangtools.concepts.Serializer
-
-
Uses of Serializer in org.opendaylight.yangtools.concepts
Subinterfaces of Serializer in org.opendaylight.yangtools.concepts Modifier and Type Interface Description interface
Codec<P,I,X extends Exception>
The concept of a combinedSerializer
andDeserializer
, which produces an object from some input.interface
IllegalArgumentCodec<P,I>
Utility interface, which specializesUncheckedCodec
toIllegalArgumentException
.interface
UncheckedCodec<P,I,X extends RuntimeException>
The concept of a combinedUncheckedSerializer
andUncheckedDeserializer
, which produces an object from some input.interface
UncheckedDeserializer<P,I,X extends RuntimeException>
A specialization ofSerializer
, which is guaranteed to throws unchecked exceptions.Classes in org.opendaylight.yangtools.concepts that implement Serializer Modifier and Type Class Description class
AbstractCodec<P,I,X extends Exception>
An abstract base class enforcing nullness contract aroundCodec
interface.class
AbstractIllegalArgumentCodec<P,I>
An abstract base class enforcing nullness contract aroundIllegalArgumentCodec
interface.class
AbstractUncheckedCodec<P,I,X extends RuntimeException>
An abstract base class enforcing nullness contract aroundUncheckedCodec
interface. -
Uses of Serializer in org.opendaylight.yangtools.yang.data.api.codec
Subinterfaces of Serializer in org.opendaylight.yangtools.yang.data.api.codec Modifier and Type Interface Description interface
BinaryCodec<T>
interface
BitsCodec<T>
interface
BooleanCodec<T>
interface
DecimalCodec<T>
interface
EmptyCodec<T>
interface
EnumCodec<T>
interface
IdentityrefCodec<T>
interface
InstanceIdentifierCodec<T>
Codec which serializes / deserializes InstanceIdentifier.interface
Int16Codec<T>
interface
Int32Codec<T>
interface
Int64Codec<T>
interface
Int8Codec<T>
interface
LeafrefCodec<T>
interface
StringCodec<T>
interface
Uint16Codec<T>
A codec between Uint16 and some other representation.interface
Uint32Codec<T>
A codec between Uint32 and some other representation.interface
Uint64Codec<T>
A codec between Uint64 and some other representation.interface
Uint8Codec<T>
A codec between Uint8 and some other representation.interface
UnionCodec<T>
-
Uses of Serializer in org.opendaylight.yangtools.yang.data.impl.codec
Subinterfaces of Serializer in org.opendaylight.yangtools.yang.data.impl.codec Modifier and Type Interface Description interface
DataStringCodec<T>
Classes in org.opendaylight.yangtools.yang.data.impl.codec that implement Serializer Modifier and Type Class Description class
AbstractDataStringCodec<T>
class
AbstractIntegerStringCodec<N extends Number & Comparable<N>,T extends RangeRestrictedTypeDefinition<T,N>>
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
BinaryStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
BitsStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
BooleanStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
DecimalStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
EnumStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
StringStringCodec
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.class
TypeDefinitionAwareCodec<J,T extends TypeDefinition<T>>
-
Uses of Serializer in org.opendaylight.yangtools.yang.data.util
Classes in org.opendaylight.yangtools.yang.data.util that implement Serializer Modifier and Type Class Description class
AbstractModuleStringIdentityrefCodec
class
AbstractModuleStringInstanceIdentifierCodec
Extension ofAbstractStringInstanceIdentifierCodec
, which instantiates QNames by first resolving the namespace and then looking the target namespace in the list of currently-subscribed modules.class
AbstractStringIdentityrefCodec
Abstract utility class for representations which encode Identityref as a prefix:name tuple.class
AbstractStringInstanceIdentifierCodec
Abstract utility class for representations which encodeYangInstanceIdentifier
as a prefix:name tuple.class
AbstractStringUnionCodec
class
ModuleStringIdentityrefCodec
Base class for implementing identityref codecs on based on module names.
-