PivotDataStateSerialize Method

NReco.PivotData Class Library Documentation
Serializes PivotDataState into specified Stream.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public void Serialize(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The Stream used to write the data
Remarks

This method is not supported in .NET Standards (.NET Core) PivotData build (use Json.NET or protobuf-net instead).
See Also

Reference