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

Serializer.Read Method

Reads a single [Out] System::Int64% value from a memory.

Namespace:AvlNet.Serialization
Assembly:AVL.NET.TS.dll

Syntax

public static void Read
(
	System.IntPtr data,
	out long value
)

Parameters

Name Type Range Default Description
dataSystem.IntPtr
valuelong

Function Overrides

See also