Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • using the same IntrospectionConfiguration instance for the reader and writer will ensure that the configurations are identical
  • XMLIntrospector caches the results of introspection (which takes quite a bit of time) and so as long as readers and writers share the same configuration, you'll get better performance if they share the same instance
  • /Java5Enums - Converter strategy for converting Java 5 Enums into simple xsd:string types
  • /XsdDateTime - Converter strategy for converting java.util.Date into xsd:dateTime, xsd:date, and xsd:time
  • /CustomObjectStringConverter - Mediator class for managing many custom converters for many different classes
  • /TypeBindingMappingStrategy - ActionMappingStrategy for elements that are simple types, such as Dates and Java 5 Enums
  • /HierarchalClassNormalizer - ClassNormalizer that looks for superclasses and interfaces .betwixt files
  • /ForwardReferenceChainedBeanCreator - ChainedBeanCreator for handling IDREFs that reference elements that have not yet been unmarshalled

...

Wiki Markup
Up to \[:Betwixt\] Previous \[:Betwixt/FrequentlyAskedQuestions\]