Proton DotNet
|
Classes | |
class | ArrayTypeEncoder |
Interface for an type encoders that handle primitive types More... | |
class | BinaryTypeEncoder |
Type encoder that handles writing Binary types More... | |
class | BooleanTypeEncoder |
Type encoder that handles writing Boolean types More... | |
class | ByteTypeEncoder |
Type encoder that handles writing Byte types More... | |
class | CharacterTypeEncoder |
Type encoder that handles writing Char types More... | |
class | Decimal128TypeEncoder |
Type encoder that handles writing Decimal128 types More... | |
class | Decimal32TypeEncoder |
Type encoder that handles writing Decimal32 types More... | |
class | Decimal64TypeEncoder |
Type encoder that handles writing Decimal64 types More... | |
class | DoubleTypeEncoder |
Type encoder that handles writing Double types More... | |
class | FloatTypeEncoder |
Type encoder that handles writing Float types More... | |
class | IntegerTypeEncoder |
Type encoder that handles writing Integer types More... | |
class | ListTypeEncoder |
Type encoder that handles writing List types More... | |
class | LongTypeEncoder |
Type encoder that handles writing Long types More... | |
class | MapTypeEncoder |
Type encoder that handles writing Map types More... | |
class | NullTypeEncoder |
Type encoder that handles writing Null types More... | |
class | ShortTypeEncoder |
Type encoder that handles writing Short types More... | |
class | StringTypeEncoder |
Type encoder that handles writing String types More... | |
class | SymbolTypeEncoder |
Type encoder that handles writing Symbol types More... | |
class | TimestampTypeEncoder |
Type encoder that handles writing Timestamp types More... | |
class | UnsignedByteTypeEncoder |
Type encoder that handles writing UnsignedByte types More... | |
class | UnsignedIntegerTypeEncoder |
Type encoder that handles writing UnsignedInteger types More... | |
class | UnsignedLongTypeEncoder |
Type encoder that handles writing UnsignedLong types More... | |
class | UnsignedShortTypeEncoder |
Type encoder that handles writing UnsignedShort types More... | |
class | UuidTypeEncoder |
Type encoder that handles writing Uuid types More... | |