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