Package org.genesys.blocks.util
Class EntityIdSerializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<EntityId>
-
- org.genesys.blocks.util.EntityIdSerializer
-
-
Constructor Summary
Constructors Constructor Description EntityIdSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(EntityId value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-
-
-
Method Detail
-
serialize
public void serialize(EntityId value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
- Specified by:
serializein classcom.fasterxml.jackson.databind.JsonSerializer<EntityId>- Throws:
IOException
-
-