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
SyntaxIJsonSerializer DeepClone()
Return Value
Type: 
IJsonSerializerThe cloned object
See Also