Click or drag to resize

ISerializerSerialize Method (Object)

Serialize your object o into the target format of your serializer

Namespace:  Crosser.Common.Utilities.Serialization
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Object Serialize(
	Object o
)

Parameters

o
Type: SystemObject
the source object to serialize

Return Value

Type: Object
The target type that your serializer serializes into
See Also