Class SecuredEntityDeserializer
java.lang.Object
io.vertigo.account.plugins.authorization.loaders.SecuredEntityDeserializer
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<SecuredEntity>
public final class SecuredEntityDeserializer
extends Object
implements com.google.gson.JsonDeserializer<SecuredEntity>
Deserializer json
- Author:
- npiedeloup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
-
Constructor Details
-
SecuredEntityDeserializer
public SecuredEntityDeserializer()
-
-
Method Details
-
deserialize
public SecuredEntity deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) - Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<SecuredEntity>
-