Click or drag to resize
SerializationUtilsToMemoryStream Method
Serializes the specified object to a binary stream.

Namespace: Slash.Serialization.Utils
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public static MemoryStream ToMemoryStream(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to serialize.

Return Value

Type: MemoryStream
Memory stream which contains the serialized object.
See Also