Concept.ConceptSerializer

public static class ConceptSerializer implements JsonSerializer<Concept>

Implementation of the JsonSerializer interface for the Concept class. It represents the concept as its ID.

Methods

serialize

public JsonElement serialize(Concept concept, Type type, JsonSerializationContext jsonSerializationContext)