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 Object Deserialize(
Object o,
Type t
)
Parameters
- o
- Type: SystemObject
object to deserialize from - t
- Type: SystemType
Target type
Return Value
Type:
ObjectSee Also