Click or drag to resize

ISerializerDeserialize Method (Object, Type)

Deserialize from object to Type

Namespace:  Crosser.Common.Utilities.Serialization
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Object Deserialize(
	Object o,
	Type t
)

Parameters

o
Type: SystemObject
object to deserialize from
t
Type: SystemType
Target type

Return Value

Type: Object
See Also