public class StreamingJsonSerializer extends Object implements JsonSerializer
Constructor and Description |
---|
StreamingJsonSerializer(com.fasterxml.jackson.databind.ObjectMapper om) |
StreamingJsonSerializer(com.fasterxml.jackson.databind.ObjectMapper om,
ExecutorService es) |
Modifier and Type | Method and Description |
---|---|
BulkOperation |
createBulkOperation(Collection<?> objects,
boolean allOrNothing) |
String |
toJson(Object o) |
public StreamingJsonSerializer(com.fasterxml.jackson.databind.ObjectMapper om)
public StreamingJsonSerializer(com.fasterxml.jackson.databind.ObjectMapper om, ExecutorService es)
public BulkOperation createBulkOperation(Collection<?> objects, boolean allOrNothing)
createBulkOperation
in interface JsonSerializer
public String toJson(Object o)
toJson
in interface JsonSerializer
Copyright © 2013. All Rights Reserved.