@Beta
public class MultimapSerializer
extends org.codehaus.jackson.map.ser.std.SerializerBase<com.google.common.collect.Multimap<?,?>>
Multimap
instances.
When Brooklyn's Jackson dependency is updated from org.codehaus.jackson:1.9.13 to com.fasterxml.jackson:2.3+ then this class should be replaced with a dependency on jackson-datatype-guava and a GuavaModule registered with Brooklyn's ObjectMapper.
Modifier and Type | Method and Description |
---|---|
void |
serialize(com.google.common.collect.Multimap<?,?> value,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
getSchema, handledType, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrow
public void serialize(com.google.common.collect.Multimap<?,?> value, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider) throws java.io.IOException
serialize
in class org.codehaus.jackson.map.ser.std.SerializerBase<com.google.common.collect.Multimap<?,?>>
java.io.IOException