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 Object
asNative()
FLSliceResult
encode()
void
encodeTo(FLEncoder enc)
boolean
isMutated()
-
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:
isMutated
in classMCollection
-
asNative
@Nullable public Object asNative()
-
encode
@NonNull public FLSliceResult encode() throws LiteCoreException
- Throws:
LiteCoreException
-
-