public class JdomXmlSerializer extends AbstractSerializer implements Serializer
| Modifier and Type | Field and Description |
|---|---|
protected static Charset[] |
charsets |
protected static MediaType[] |
mediaTypes |
supported| Constructor and Description |
|---|
JdomXmlSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Body |
serialize(net.eusashead.parquet.entity.Entity target,
java.util.Set<AcceptableContentType> accept)
|
contentTypes, resolveContentType, supports, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontentTypes, resolveContentType, supportsprotected static final MediaType[] mediaTypes
protected static final Charset[] charsets
public Body serialize(net.eusashead.parquet.entity.Entity target, java.util.Set<AcceptableContentType> accept) throws ResponseException
Serializerserialize in interface Serializertarget - Entity to serializeaccept - ContentType to serialize intoBody with the required ContentTypeResponseException