Click or drag to resize

ISerializerSerialize Method (Object, Type)

Serialize your object o of type t 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,
	Type t
)

Parameters

o
Type: SystemObject
source object
t
Type: SystemType
type of source object

Return Value

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