public class AccountAuthHashMapSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Map<AccountName,Integer>>
| Constructor and Description |
|---|
AccountAuthHashMapSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Map<AccountName,Integer> accountAuthMap,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
public void serialize(Map<AccountName,Integer> accountAuthMap, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Map<AccountName,Integer>>IOExceptionCopyright © 2019. All rights reserved.