|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Serializer
Field Summary | |
---|---|
static String |
SERIALIZER_LE_SERIALIZER
|
Method Summary | |
---|---|
void |
serialize(TopEntity[] item,
StringBuffer target)
serializes Ontology, Goal, Mediator or a Webservice |
void |
serialize(TopEntity[] item,
StringBuffer target,
Map options)
serializes Ontology, Goal, Mediator or a Webservice |
void |
serialize(TopEntity[] item,
Writer target)
serializes Ontology, Goal, Mediator or a Webservice |
void |
serialize(TopEntity[] item,
Writer target,
Map options)
serializes Ontology, Goal, Mediator or a Webservice |
Field Detail |
---|
static final String SERIALIZER_LE_SERIALIZER
Method Detail |
---|
void serialize(TopEntity[] item, Writer target) throws IOException
item
- A top level WSMO item to serialize
Note that since the parser expects an open stream it will not
attempt to close the stream after writing to it. E.g. it is the responsibility of the user
to open/close the stream.target
- The writer to write to
IOException
void serialize(TopEntity[] item, Writer target, Map options) throws IOException
item
- A top level WSMO item to serialize
Note that since the parser expects an open stream it will not
attempt to close the stream after writing to it. E.g. it is the responsibility of the user
to open/close the stream.target
- The writer to write tooptions
- an optional Map with user supplied options specific to this serialisation
IOException
void serialize(TopEntity[] item, StringBuffer target)
item
- A top level WSMO item to serialize
in the same string buffertarget
- The buffer to write tovoid serialize(TopEntity[] item, StringBuffer target, Map options)
item
- A top level WSMO item to serialize
in the same string buffertarget
- The buffer to write tooptions
- an optional Map with user supplied options specific to this serialization
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |