Click or drag to resize

IJsonSerializerDeepClone Method

Makes a deep copy of the serializer in order to start an incremental parse that is disposable.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
IJsonSerializer DeepClone()

Return Value

Type: IJsonSerializer
The cloned object
See Also