Interface ISerializer
public interface ISerializer
Serializes objects to string representations.
-
Method Summary
-
Method Details
-
serialize
Serializes an object to a string.- Parameters:
obj- the object to serialize- Returns:
- the serialized string
-
serialize
Serializes an object to a string using the specified type.- Parameters:
obj- the object to serializetype- the type to use for serialization- Returns:
- the serialized string
-