Click or drag to resize
TypeSerializer Class

[Missing <summary> documentation for "T:Couchbase.Core.Serializers.TypeSerializer"]

Inheritance Hierarchy
SystemObject
  Couchbase.Core.SerializersTypeSerializer

Namespace: Couchbase.Core.Serializers
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class TypeSerializer : ITypeSerializer

The TypeSerializer type exposes the following members.

Constructors
  NameDescription
Public methodTypeSerializer(IByteConverter)
Initializes a new instance of the TypeSerializer class
Public methodTypeSerializer(IByteConverter, IContractResolver, IContractResolver)
Initializes a new instance of the TypeSerializer class
Top
Methods
  NameDescription
Public methodDeserializeT(ArraySegmentByte, Int32, Int32)
Public methodDeserializeT(Byte, Int32, Int32)
Public methodDeserializeAsJsonT
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSerializeT
Public methodSerializeAsJsonT
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also