- manager
The serialization manager requesting the serializer.
- currentSerializer
An instance of the current serializer of the specified type. This can be null if no serializer of the specified type exists.
- objectType
The data type of the object to serialize.
- serializerType
The data type of the serializer to create.
![]()
An instance of a serializer of the type requested, or null if the request cannot be satisfied.
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.