org.kohsuke.stapler.export
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
 java.lang.Object toExportedObject()
          The returned object will be introspected and written as JSON/XML.
 

Method Detail

toExportedObject

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



Copyright © 2012. All Rights Reserved.