Class MValueConverter

java.lang.Object
com.couchbase.lite.MValueConverter

@Internal("This class is not part of the public API") public abstract class MValueConverter extends Object
This class exists to provide access to package visible symbols, to MValue
  • Constructor Details

    • MValueConverter

      protected MValueConverter()
  • Method Details

    • toNative

      @NonNull protected MValueConverter.NativeValue<?> toNative(@NonNull com.couchbase.lite.internal.fleece.MValue val, @Nullable com.couchbase.lite.internal.fleece.MCollection parent)