Polymorphic value classes used to efficiently serialize objects into the wire protocol.
The Value ByteValue type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | Value ByteValue | Initializes a new instance of the Value ByteValue class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides Object Equals(Object).) |
![]() | EstimateSize | (Overrides Value EstimateSize .) |
![]() | GetHashCode | (Overrides Object GetHashCode .) |
![]() | Pack | (Overrides Value Pack(Packer).) |
![]() | ToInteger | (Overrides Value ToInteger .) |
![]() | ToLong | (Overrides Value ToLong .) |
![]() | ToString | (Overrides Object ToString .) |
![]() | ToUnsignedInteger | (Overrides Value ToUnsignedInteger .) |
![]() | ToUnsignedLong | (Overrides Value ToUnsignedLong .) |
![]() | ValidateKeyType |
Validate if value type can be used as a key.
(Inherited from Value.) |
![]() | Write | (Overrides Value Write( Byte , Int32).) |
Properties
Name | Description | |
---|---|---|
![]() | Object | (Overrides Value Object.) |
![]() | Type | (Overrides Value Type.) |
See Also