Encounter.EncounterUuidSerializer

public static class EncounterUuidSerializer implements JsonSerializer<Encounter>

Implementation of the JsonSerializer interface for the Encounter class. It represents the encounter as its ID.

Methods

serialize

public JsonElement serialize(Encounter encounter, Type type, JsonSerializationContext jsonSerializationContext)