Interface IModelInstanceWriteHandler<ITEM>
- All Known Implementing Classes:
AbstractModelInstanceWriteHandler
public interface IModelInstanceWriteHandler<ITEM>
-
Method Summary
-
Method Details
-
writeSingleton
- Throws:
IOException
-
writeList
- Throws:
IOException
-
writeMap
- Throws:
IOException
-
writeItem
Write the next item in the collection of items represented by the instance.- Parameters:
item
- the item Java object to write- Throws:
IOException
- if an error occurred while parsing the input
-