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 Summary

    Modifier and Type
    Method
    Description
    The returned object will be introspected and written as JSON/XML.
  • Method Details

    • toExportedObject

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