public class SavingsAccountPatchJsonSerializer
extends java.lang.Object
implements com.google.gson.JsonSerializer<com.mambu.savings.shared.model.SavingsAccount>
Constructor and Description |
---|
SavingsAccountPatchJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
serialize(com.mambu.savings.shared.model.SavingsAccount savingsAccount,
java.lang.reflect.Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public com.google.gson.JsonElement serialize(com.mambu.savings.shared.model.SavingsAccount savingsAccount, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
serialize
in interface com.google.gson.JsonSerializer<com.mambu.savings.shared.model.SavingsAccount>