Interface Marshaller.Listener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void afterMarshal​(java.lang.Object target)
      This event will be called after an object is marshalled.
      void beforeMarshal​(java.lang.Object target)
      This event will be called before an object is marshalled.
    • Method Detail

      • afterMarshal

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

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