org.ektorp.impl
Interface JsonSerializer

All Known Implementing Classes:
StreamingJsonSerializer

public interface JsonSerializer


Method Summary
 BulkOperation createBulkOperation(Collection<?> objects, boolean allOrNothing)
           
 String toJson(Object o)
           
 

Method Detail

createBulkOperation

BulkOperation createBulkOperation(Collection<?> objects,
                                  boolean allOrNothing)

toJson

String toJson(Object o)


Copyright © 2011. All Rights Reserved.