public class CryptoKeySerializer extends Object implements com.google.gson.JsonSerializer<AbstractKey>, com.google.gson.JsonDeserializer<AbstractKey>
| Constructor and Description |
|---|
CryptoKeySerializer() |
| Modifier and Type | Method and Description |
|---|---|
AbstractKey |
deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
com.google.gson.JsonElement |
serialize(AbstractKey abstractKey,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
public com.google.gson.JsonElement serialize(AbstractKey abstractKey, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
serialize in interface com.google.gson.JsonSerializer<AbstractKey>public AbstractKey deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<AbstractKey>com.google.gson.JsonParseExceptionCopyright © 2020 Transchain. All rights reserved.