|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.onemind.commons.relabean.serialize.BeanModelReader
A model reader
Constructor Summary | |
BeanModelReader(RelationalBeanModel model)
Constructor |
Method Summary | |
abstract RelationalBeanModel |
readMetaModel(java.io.InputStream instream)
Read the metamodel from the stream |
abstract java.util.Collection |
readModel(java.io.InputStream stream)
Read the model instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeanModelReader(RelationalBeanModel model)
model
- the modelMethod Detail |
public abstract RelationalBeanModel readMetaModel(java.io.InputStream instream)
instream
- the input stream
public abstract java.util.Collection readModel(java.io.InputStream stream)
stream
- the input stream
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |