Overload | Description |
---|---|
SerializeValue(Stream,Boolean) | Write the host value to the stream |
SerializeValue(Boolean) | Serialize a boolean value to a byte array with a single byte |
SerializeValue(Stream,Guid) | Serialize a GUID to a stream |
SerializeValue(Guid) | Serialize a GUID to a 16 byte array |
SerializeValue(Stream,String) | Serialize a string to a byte array |
SerializeValue(String) | Serialize a string to a byte array |
SerializeValue(Stream,DateTime) | Serialize a date time to a stream |
SerializeValue(DateTime) | Serialize a date time to a byte array |
SerializeValue(Stream,DateTimeOffset) | Serialize a date time and offset |
SerializeValue(DateTimeOffset) | Serialize a date time and offset to a byte array. |
SerializeValue(Stream,TimeSpan) | Serialize a timespan to a byte array |
SerializeValue(TimeSpan) | Serialize a timespan to a byte array |
SerializeValue(Stream,Int64) | Write the host value to the provided stream |
SerializeValue(Int64) | Create a network-byte-order array of the host value |
SerializeValue(Stream,UInt64) | Create a network-byte-order array of the host value |
SerializeValue(UInt64) | Create a network-byte-order array of the host value |
SerializeValue(Stream,Int32) | Write the host value to the stream |
SerializeValue(Int32) | Create a network-byte-order array of the host value |
SerializeValue(Stream,UInt32) | Write the host value to the stream |
SerializeValue(UInt32) | Create a network-byte-order array of the host value |
SerializeValue(Stream,Int16) | Write the host value to the stream |
SerializeValue(Int16) | Create a network-byte-order array of the host value |
SerializeValue(Stream,UInt16) | Write the host value to the stream |
SerializeValue(UInt16) | Create a network-byte-order array of the host value |