Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / BinarySerializer Class / SerializeValue Method / SerializeValue(Stream,Int64) Method
The stream to write to
The host value to be serialized

SerializeValue(Stream,Int64) Method
Write the host value to the provided stream
Syntax
'Declaration
 
Public Overloads Shared Sub SerializeValue( _
   ByVal stream As Stream, _
   ByVal hostValue As Long _
) 
 

Parameters

stream
The stream to write to
hostValue
The host value to be serialized

Return Value

A byte array of each byte of the value in network byte order
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also