Fast Deserialize for SStream V3. Use passed in legth.

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public override int SSLIBFastDeserializeV3(
	byte[] buffer,
	int pos,
	int length,
	StructuredStreamSchema schema
)
Visual Basic
Public Overrides Function SSLIBFastDeserializeV3 ( _
	buffer As Byte(), _
	pos As Integer, _
	length As Integer, _
	schema As StructuredStreamSchema _
) As Integer
Visual C++
public:
virtual int SSLIBFastDeserializeV3(
	array<unsigned char>^ buffer, 
	int pos, 
	int length, 
	StructuredStreamSchema^ schema
) override

Parameters

buffer
Type: array<Byte>[]()[][]

[Missing <param name="buffer"/> documentation for "M:ScopeRuntime.BinaryColumnData.SSLIBFastDeserializeV3(System.Byte[],System.Int32,System.Int32,StructuredStream.StructuredStreamSchema)"]

pos
Type: Int32

[Missing <param name="pos"/> documentation for "M:ScopeRuntime.BinaryColumnData.SSLIBFastDeserializeV3(System.Byte[],System.Int32,System.Int32,StructuredStream.StructuredStreamSchema)"]

length
Type: Int32

[Missing <param name="length"/> documentation for "M:ScopeRuntime.BinaryColumnData.SSLIBFastDeserializeV3(System.Byte[],System.Int32,System.Int32,StructuredStream.StructuredStreamSchema)"]

schema
Type: StructuredStreamSchema

[Missing <param name="schema"/> documentation for "M:ScopeRuntime.BinaryColumnData.SSLIBFastDeserializeV3(System.Byte[],System.Int32,System.Int32,StructuredStream.StructuredStreamSchema)"]

Return Value

[Missing <returns> documentation for "M:ScopeRuntime.BinaryColumnData.SSLIBFastDeserializeV3(System.Byte[],System.Int32,System.Int32,StructuredStream.StructuredStreamSchema)"]

See Also