Click or drag to resize
ITypeSerializerDeserializeT Method (ArraySegmentByte, Int32, Int32)

[Missing <summary> documentation for "M:Couchbase.Core.Serializers.ITypeSerializer.Deserialize``1(System.ArraySegment{System.Byte},System.Int32,System.Int32)"]

Namespace: Couchbase.Core.Serializers
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
T Deserialize<T>(
	ArraySegment<byte> buffer,
	int offset,
	int length
)

Parameters

buffer
Type: SystemArraySegmentByte

[Missing <param name="buffer"/> documentation for "M:Couchbase.Core.Serializers.ITypeSerializer.Deserialize``1(System.ArraySegment{System.Byte},System.Int32,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Couchbase.Core.Serializers.ITypeSerializer.Deserialize``1(System.ArraySegment{System.Byte},System.Int32,System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:Couchbase.Core.Serializers.ITypeSerializer.Deserialize``1(System.ArraySegment{System.Byte},System.Int32,System.Int32)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Couchbase.Core.Serializers.ITypeSerializer.Deserialize``1(System.ArraySegment{System.Byte},System.Int32,System.Int32)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Couchbase.Core.Serializers.ITypeSerializer.Deserialize``1(System.ArraySegment{System.Byte},System.Int32,System.Int32)"]

See Also