Interface JohnsonEventSerializer
- All Known Implementing Classes:
DefaultJohnsonEventSerializer,LegacyJohnsonEventSerializer
@ParametersAreNonnullByDefault
public interface JohnsonEventSerializer
Marshals Johnson
Events into JSON for display on the Johnson page.- Since:
- 6.5.0
-
Method Summary
-
Method Details
-
toJson
Converts the given JohnsonEventto JSON.- Parameters:
johnsonEvent- the event to serialize- Returns:
- the JSON object for the event
-