- 手艺 tags:
- java
- xml published: true comments: true
Simple-xml is an object-xml serialization and de-serialization framework. It's featured by annotation-driven, light-weight and self-contained.
In simple-xml, pojos that will be serialized are annotated with @Root, @Element, @Attribute or @Text. The problem is, when handling with inheritance, if the actual type …
