I have decided to use Simple XML serialization and was stucked with basic problem. I am trying to serialize java.util.UUID class instance as final field in this sma
java.util.UUID
I think i have the answer to this.
Strategy strategy = new AnnotationStrategy(); Serializer serializer = new Persister(strategy);
should register the converter and solve the problem.