Class SimpleSerializerFactory

All Implemented Interfaces:
Serializable, SerializerFactory, SerializerFactory

public class SimpleSerializerFactory extends BaseSerializerFactory
See Also:
  • Constructor Details

    • SimpleSerializerFactory

      public SimpleSerializerFactory(Class javaType, QName xmlType)
      Note that the factory is constructed with the QName and xmlType. This is important to allow distinction between primitive values and java.lang wrappers.
  • Method Details