System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
This interface has only one method, , and no properties or events. This interface and this method exist so that the serialization manager and other objects can obtain a serializer for a given object type.
Provides an interface that enables access to a serializer.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Object
The serialization manager calls this method when it is trying to locate a serializer for an object type. If this serialization provider can provide a serializer of the correct type, this provider returns it. Otherwise, it returns null.
Gets a serializer using the specified attributes.
An instance of a serializer of the type requested, or null if the request cannot be satisfied.
The serialization manager requesting the serializer.
An instance of the current serializer of the specified type. This can be null if no serializer of the specified type exists.
The data type of the object to serialize.
The data type of the serializer to create.