You are here: Start » FIL.NET » Serializer.Read Method

Serializer.Read Method

Reads a single FilNet::TensorFormat^ value from the given buffer.

Namespace:FilNet.Serialization
Assembly:FIL.NET.TS.dll

Syntax

public static void Read
(
	byte[] data,
	FilNet.TensorFormat value
)

Parameters

Name Type Range Default Description
databyte[]
valueFilNet.TensorFormat

Function Overrides

See also