Interface Marshaller.Listener

    • Method Detail

      • afterMarshal

        void afterMarshal​(Object target)
        This event will be called after an object is marshalled.
        Parameters:
        target - The object that was marshalled.
      • beforeMarshal

        void beforeMarshal​(Object target)
        This event will be called before an object is marshalled.
        Parameters:
        target - The object that will be marshalled.