Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StateBean
exportStateBean()
-
-
-
Method Detail
-
exportStateBean
StateBean exportStateBean()
-
-