Class SimplePartSerializer

All Implemented Interfaces:
AnnotationProvider, HttpPartSerializer

An implementation of HttpPartSerializer that simply serializes everything using Object.toString().

More precisely, uses the Mutaters.toString(Object) method to stringify objects.

Notes:
  • This class is thread safe and reusable.
See Also: