instance.getProperties().put(
JSONConfiguration.FEATURE_POJO_MAPPING, true);
// need to avoid certain element prefixes, which the
// service does not ignore
instance.getSingletons().add(new MarshallerProvider());
// add body reader/writer for EntryModel<?> descendant
// classes
instance.getClasses().add(EntryModelProvider.class);