Serializing objects to XML – Java I/O: Context-Specific Deserialization FiltersSerializing objects to XML – Java I/O: Context-Specific Deserialization Filters
126. Serializing objects to XML Serializing/deserializing objects to XML via the JDK API can be accomplished via java.beans.XMLEncoder, respectively XMLDecoder. The XMLEncoder API relies on Java Reflection to discover the [...]