|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Serializer
serialize and deserialize.
直列化と復元。
| Method Summary | |
|---|---|
java.net.URL[] |
getCodebases()
|
Component |
read()
deserialize. |
void |
update(Component component,
java.io.OutputStream stream,
org.xml.sax.InputSource source)
update serialized. |
void |
write(Component component,
java.lang.String uri)
serialize. |
| Method Detail |
|---|
Component read()
throws java.lang.InstantiationException
java.lang.InstantiationException
void write(Component component,
java.lang.String uri)
throws java.io.IOException
component - root of the modeluri - destination of the xml file
java.io.IOException - when failed
void update(Component component,
java.io.OutputStream stream,
org.xml.sax.InputSource source)
component - root of the modelstream - destination of the XML filesource - of the XML filejava.net.URL[] getCodebases()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||