Class MRoot
- java.lang.Object
-
- com.couchbase.lite.internal.fleece.MCollection
-
- com.couchbase.lite.internal.fleece.MRoot
-
- All Implemented Interfaces:
Encodable
public class MRoot extends MCollection
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectasNative()FLSliceResultencode()voidencodeTo(FLEncoder enc)booleanisMutated()-
Methods inherited from class com.couchbase.lite.internal.fleece.MCollection
getContext, hasMutableChildren, initAsCopyOf, isMutable
-
-
-
-
Method Detail
-
encodeTo
public void encodeTo(@NonNull FLEncoder enc)
-
isMutated
public boolean isMutated()
- Overrides:
isMutatedin classMCollection
-
asNative
@Nullable public Object asNative()
-
encode
@NonNull public FLSliceResult encode() throws LiteCoreException
- Throws:
LiteCoreException
-
-