Interface | Description |
---|---|
BinaryCodec<T> | |
BitsCodec<T> | |
BooleanCodec<T> | |
DecimalCodec<T> | |
EmptyCodec<T> | |
EnumCodec<T> | |
IdentityrefCodec<T> | |
InstanceIdentifierCodec<T> |
Codec which serializes / deserializes InstanceIdentifier.
|
Int16Codec<T> | |
Int32Codec<T> | |
Int64Codec<T> | |
Int8Codec<T> | |
LeafrefCodec<T> | |
StringCodec<T> | |
Uint16Codec<T> |
FIXME: In Helium release this codec should be changed to
an UnsignedShort (which needs to be defined somewhere).
|
Uint32Codec<T> |
FIXME: Should be changed to
UnsignedLong . |
Uint64Codec<T> |
FIXME: Should be changed to
UnsignedLong . |
Uint8Codec<T> |
FIXME: Should be changed to UnsignedByte.
|
UnionCodec<T> |
Copyright © 2019 OpenDaylight. All rights reserved.