Interface IObjectConstructor

    • Method Detail

      • construct

        java.lang.Object construct​(java.lang.Object[] args)
                            throws PickleException
        Create an object. Use the given args as parameters for the constructor.
        Throws:
        PickleException