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

Serializer.Write Method

Writes a single AvlNet::KNNModel^ to the given stream.

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

Syntax

public static void Write
(
	System.IO.Stream stream,
	AvlNet.KNNModel value
)

Parameters

Name Type Range Default Description
streamSystem.IO.Stream
valueAvlNet.KNNModel

Function Overrides

See also