com.mchange.v2.beans
Interface StateBeanExporter

All Known Subinterfaces:
StateBeanImporter

public interface StateBeanExporter

offers a bean suitable for bean getter/setter-based serialization/deserialization a la XMLSerializer. Should have a constructor that accepts the exported Object and constructs a new bean with the same state.


Method Summary
 StateBean exportStateBean()
           
 

Method Detail

exportStateBean

StateBean exportStateBean()