[Simpleweb-Support] Using Visitor: Node.getValue always returns null
Brought to you by:
niallg
From: Antanas K. <ant...@gm...> - 2012-05-21 12:39:15
|
Hello everyone, I am writing a Visitor, which intercepts the serialization process - I need to scramble sensitive fields. In the method: public void write(Type type, NodeMap<OutputNode> node) node.getValue is always null. Is this normal behavior? Modifying the value without actually knowing the value makes it pretty useless. Writing a Converter was considered as an option, but it has greater impact to the code. Best, Antanas |