public class CustomCurrencyPairSerializer extends com.fasterxml.jackson.databind.JsonSerializer<CurrencyPair>
Constructor and Description |
---|
CustomCurrencyPairSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(CurrencyPair currencyPair,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
public void serialize(CurrencyPair currencyPair, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize
in class com.fasterxml.jackson.databind.JsonSerializer<CurrencyPair>
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.