Interface FieldSerialiser.FieldSerialiserFunction

  • Enclosing class:
    FieldSerialiser

    public static interface FieldSerialiser.FieldSerialiserFunction
    used as lambda expression for user-level code to read/write data into the given serialiser back-end implementation
    Author:
    rstein
    • Method Detail

      • exec

        void exec​(java.lang.Object t,
                  ClassFieldDescription u)
           throws java.lang.IllegalAccessException
        Performs this operation on the given arguments.
        Parameters:
        t - the specific object reference for the given field
        u - the description for the given class member
        Throws:
        java.lang.IllegalAccessException - in case a forbidden field is being accessed