Skip to main content
A newer version of this page is available. .

ICustomObjectConverter Members

When implemented, specifies a converter used to serialize/deserialize arbitrary objects in a custom manner.

Methods

Name Description
CanConvert(Type) When implemented, returns whether the converter can serialize/deserialize objects of the specified type.
FromString(Type, String) When implemented, deserializes an object of the specified type from the specified string.
GetType(String) When implemented, returns the type by its full name.
ToString(Type, Object) When implemented, serializes the specified object of the specified type.
See Also