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