Interface CustomExportedBean


  • public interface CustomExportedBean
    Interface that an exposed bean can implement, to do the equivalent of writeReplace in Java serialization.
    Author:
    Kohsuke Kawaguchi
    • Method Detail

      • toExportedObject

        Object toExportedObject()
        The returned object will be introspected and written as JSON/XML.