Click or drag to resize

BsonSerializerRegistryGetSerializer Method

Overload List
  NameDescription
Public methodGetSerializerT
Gets the serializer for the specified T. If none is already registered, the serialization providers will be used to create a serializer and it will be automatically registered.
Public methodGetSerializer(Type)
Gets the serializer for the specified type. If none is already registered, the serialization providers will be used to create a serializer and it will be automatically registered.
Top
See Also