|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.deserializer.NullDeserializer
This deserializer does deserialize xml nodes with the namespace uri
Constants.YWORKS_EXT_PRIMITIVES_NS_URI and the local name 'Null' to
null.
Constants| Constructor Summary | |
NullDeserializer()
|
|
| Method Summary | |
void |
onHandleDeserialization(DeserializationEvent event)
Callback method to handle the deserialization of the data contained in event.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullDeserializer()
| Method Detail |
public void onHandleDeserialization(DeserializationEvent event)
throws GraphMLParseException
event.
If this callback could deserialize the data in event, it should assign the deserialization result to the event's
DeserializationEvent.setResult(Object) property.
onHandleDeserialization in interface DeserializationHandlerevent - Event that contains all data that is needed for deserialization.
GraphMLParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||