public class StreamingJsonSerializer extends Object implements JsonSerializer
| Constructor and Description |
|---|
StreamingJsonSerializer(org.codehaus.jackson.map.ObjectMapper om) |
StreamingJsonSerializer(org.codehaus.jackson.map.ObjectMapper om,
ExecutorService es) |
| Modifier and Type | Method and Description |
|---|---|
BulkOperation |
createBulkOperation(Collection<?> objects,
boolean allOrNothing) |
String |
toJson(Object o) |
public StreamingJsonSerializer(org.codehaus.jackson.map.ObjectMapper om)
public StreamingJsonSerializer(org.codehaus.jackson.map.ObjectMapper om,
ExecutorService es)
public BulkOperation createBulkOperation(Collection<?> objects, boolean allOrNothing)
createBulkOperation in interface JsonSerializerpublic String toJson(Object o)
toJson in interface JsonSerializerCopyright © 2012. All Rights Reserved.