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 Object Serialize(
Object o
)
Parameters
- o
- Type: SystemObject
the source object to serialize
Return Value
Type:
ObjectThe target type that your serializer serializes into
See Also