Interface MValue.Delegate
-
- Enclosing class:
- MValue
public static interface MValue.Delegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MCollection
collectionFromNative(Object object)
void
encodeNative(FLEncoder encoder, Object object)
Object
toNative(MValue mv, MCollection parent, AtomicBoolean cacheIt)
-
-
-
Method Detail
-
toNative
@Nullable Object toNative(@NonNull MValue mv, @Nullable MCollection parent, @NonNull AtomicBoolean cacheIt)
-
collectionFromNative
@Nullable MCollection collectionFromNative(@Nullable Object object)
-
-