SingleSerializer Class (original) (raw)
Represents a serializer for Singles.
Inheritance Hierarchy
Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class SingleSerializer : StructSerializerBase, IRepresentationConfigurable, IRepresentationConfigurable, IRepresentationConverterConfigurable, IRepresentationConverterConfigurable
Public Class SingleSerializer Inherits StructSerializerBase(Of Single) Implements IRepresentationConfigurable(Of SingleSerializer), IRepresentationConfigurable, IRepresentationConverterConfigurable(Of SingleSerializer), IRepresentationConverterConfigurable
type SingleSerializer =
class
inherit StructSerializerBase
interface IRepresentationConfigurable
interface IRepresentationConfigurable
interface IRepresentationConverterConfigurable
interface IRepresentationConverterConfigurable
end
The SingleSerializer type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also