VPFileIO WriteToBinaryStream T  Method Virtual Photonics - VTS Library
Virtual Photonics
Serializes an object of type Time to the given stream

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static void WriteToBinaryStream<T>(
	T myObject,
	Stream s
)

Parameters

myObject
Type: T
Object
s
Type: OnlineSystem.IO Stream
Stream to which to write the object
Type Parameters

T
Type of the object
See Also