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