MongoDB.Bson.Serialization.Serializers.ByteSerializer.ByteSerializer C# (CSharp) 메소드

ByteSerializer() 공개 메소드

Initializes a new instance of the ByteSerializer class.
public ByteSerializer ( ) : System
리턴 System
        public ByteSerializer()
            : base(new RepresentationSerializationOptions(BsonType.Int32))
        {
        }