public class AddEntriesActionXmlSerializer
extends java.lang.Object
Constructor and Description |
---|
AddEntriesActionXmlSerializer() |
Modifier and Type | Method and Description |
---|---|
long |
getSize(AddEntriesAction t,
java.lang.Class<?> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType) |
boolean |
isReadable(java.lang.Class<?> type,
java.lang.reflect.Type type1,
java.lang.annotation.Annotation[] antns,
MediaType mt) |
boolean |
isWriteable(java.lang.Class<?> type,
java.lang.reflect.Type type1,
java.lang.annotation.Annotation[] antns,
MediaType mt) |
AddEntriesAction |
readFrom(java.lang.Class<AddEntriesAction> type,
java.lang.reflect.Type type1,
java.lang.annotation.Annotation[] antns,
MediaType mt,
<any> mm,
java.io.InputStream in) |
static Element |
serialize(AddEntriesAction action) |
void |
writeTo(AddEntriesAction t,
java.lang.Class<?> type,
java.lang.reflect.Type type1,
java.lang.annotation.Annotation[] antns,
MediaType mt,
<any> mm,
java.io.OutputStream out) |
public boolean isReadable(java.lang.Class<?> type, java.lang.reflect.Type type1, java.lang.annotation.Annotation[] antns, MediaType mt)
public AddEntriesAction readFrom(java.lang.Class<AddEntriesAction> type, java.lang.reflect.Type type1, java.lang.annotation.Annotation[] antns, MediaType mt, <any> mm, java.io.InputStream in) throws java.io.IOException, WebApplicationException
java.io.IOException
WebApplicationException
public boolean isWriteable(java.lang.Class<?> type, java.lang.reflect.Type type1, java.lang.annotation.Annotation[] antns, MediaType mt)
public void writeTo(AddEntriesAction t, java.lang.Class<?> type, java.lang.reflect.Type type1, java.lang.annotation.Annotation[] antns, MediaType mt, <any> mm, java.io.OutputStream out) throws java.io.IOException, WebApplicationException
java.io.IOException
WebApplicationException
public static Element serialize(AddEntriesAction action)
public long getSize(AddEntriesAction t, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType)
Copyright © 2017. All Rights Reserved.