Interface InternalSerializer<T>

    • Method Detail

      • init

        default void init()
      • type

        java.lang.Class<?> type()
      • defaultImplementation

        default java.lang.Class<?> defaultImplementation()
      • primitiveType

        default java.lang.Class<?> primitiveType()
      • interfaceType

        default java.lang.Class<?> interfaceType()
      • classType

        default java.lang.Class<?> classType()
      • empty

        default boolean empty()
      • saveWithoutAnnotation

        default boolean saveWithoutAnnotation()
      • loadWithoutAnnotation

        default boolean loadWithoutAnnotation()
      • createWithObjenesis

        default boolean createWithObjenesis()