Interface MValue.Delegate

  • Enclosing class:
    MValue

    public static interface MValue.Delegate
    • Method Detail

      • toNative

        @Nullable
        java.lang.Object toNative​(@NonNull
                                  MValue mv,
                                  @Nullable
                                  MCollection parent,
                                  @NonNull
                                  java.util.concurrent.atomic.AtomicBoolean cacheIt)
      • collectionFromNative

        @Nullable
        MCollection collectionFromNative​(@Nullable
                                         java.lang.Object object)
      • encodeNative

        void encodeNative​(@NonNull
                          FLEncoder encoder,
                          @Nullable
                          java.lang.Object object)