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 | Method and Description |
---|---|
IObjectSerialDeserial<?> |
TextualWebSerialDeserial.getIObjectSerialDeserial(String mimeType) |
IObjectSerialDeserial<?> |
MultiFormatSerialDeserial.getIObjectSerialDeserial(String mimeType) |
IObjectSerialDeserial<String> |
TextualWebSerialDeserial.getObjectSerialDeserial() |
Constructor and Description |
---|
TextualWebSerialDeserial(String charset,
String mimeType,
IObjectSerialDeserial<String> objectSerialDeserial) |
Copyright © 2015. All rights reserved.