[Simple-support] how to write a transformer
Brought to you by:
niallg
|
From: jo d. <jd...@gm...> - 2011-04-07 15:44:50
|
Hi, I need to serialize some object tree but it contains UUID's so when serializing I get the error Exception in thread "main" org.simpleframework.xml.transform.TransformException: Transform of class java.util.UUID not supported It is easy to write a transformer for this but how can I add this to the persister ? Jo |