Click or drag to resize

BsonSerializerRegistry.GetSerializer Method

Overload List
  NameDescription
Public methodGetSerializer<T>()
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