Virtual Photonics
Serializes an object of type Time to the given stream
Namespace: Vts.IOAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
public static void WriteToBinaryStream<T>(
T myObject,
Stream s
)
public static void WriteToBinaryStream<T>(
T myObject,
Stream s
)
Public Shared Sub WriteToBinaryStream(Of T) (
myObject As T,
s As Stream
)
Public Shared Sub WriteToBinaryStream(Of T) (
myObject As T,
s As Stream
)
public:
generic<typename T>
static void WriteToBinaryStream(
T myObject,
Stream^ s
)
public:
generic<typename T>
static void WriteToBinaryStream(
T myObject,
Stream^ s
)
Parameters
- myObject
- Type: T
Object
- s
- Type: System.IO Stream
Stream to which to write the object
- T
- Type of the object