Package com.helger.phase4.model.pmode
Class PModePayloadServiceJsonConverter
java.lang.Object
com.helger.phase4.model.pmode.PModePayloadServiceJsonConverter
JSON converter for objects of class
PModePayloadService.- Since:
- 0.12.0
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.helger.json.IJsonObjectconvertToJson(PModePayloadService aValue) static PModePayloadServiceconvertToNative(com.helger.json.IJsonObject aElement)
-
Method Details
-
convertToJson
@Nonnull public static com.helger.json.IJsonObject convertToJson(@Nonnull PModePayloadService aValue) -
convertToNative
@Nonnull public static PModePayloadService convertToNative(@Nonnull com.helger.json.IJsonObject aElement)
-