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 Constructor Description SecuredEntityDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredEntity
deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
-
-
-
Method Detail
-
deserialize
public SecuredEntity deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
- Specified by:
deserialize
in interfacecom.google.gson.JsonDeserializer<SecuredEntity>
-
-