Modifier and Type | Method and Description |
---|---|
IObjectSerialDeserial<?> |
IWebSerialDeserial.getIObjectSerialDeserial(String mimeType)
Returns the
IObjectSerialDeserial for the specific MIME type |
Modifier and Type | Class and Description |
---|---|
class |
GsonObjectSerialDeserial
Object serializer/deserailizer that works with JSON format and based on Gson library.
|
class |
JacksonObjectSerialDeserial
Object serializer/deserailizer that works with JSON format and based on Jackson library.
|
Constructor and Description |
---|
JsonWebSerialDeserial(IObjectSerialDeserial<String> objectSerialDeserial) |
Modifier and Type | Class and Description |
---|---|
class |
TextualObjectSerialDeserial
Deprecated.
Use TextualWebSerialDeserial and IObjectSerialDeserial
|
Modifier and Type | Method and Description |
---|---|
IObjectSerialDeserial<?> |
TextualWebSerialDeserial.getIObjectSerialDeserial(String mimeType) |
IObjectSerialDeserial<?> |
MultiFormatSerialDeserial.getIObjectSerialDeserial(String mimeType) |
IObjectSerialDeserial<String> |
TextualObjectSerialDeserial.getIObjectSerialDeserial(String mimeType)
Deprecated.
|
Constructor and Description |
---|
TextualWebSerialDeserial(String charset,
String mimeType,
IObjectSerialDeserial<String> objectSerialDeserial) |
Modifier and Type | Class and Description |
---|---|
class |
GsonSerialDeserial
Deprecated.
Use JsonWebSerialDeserial and GsonObjectSerialDeserial instead (see PersonsRestResource).
|
Copyright © 2015. All rights reserved.