Package com.mchange.v2.beans
Interface StateBeanImporter
-
- All Superinterfaces:
StateBeanExporter
public interface StateBeanImporter extends StateBeanExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
importStateBean(StateBean sb)
-
Methods inherited from interface com.mchange.v2.beans.StateBeanExporter
exportStateBean
-
-
-
-
Method Detail
-
importStateBean
void importStateBean(StateBean sb)
-
-