Package com.microsoft.graph.serializer
Class OffsetDateTimeSerializer
java.lang.Object
com.microsoft.graph.serializer.OffsetDateTimeSerializer
Serializes and deserializes a string
-
Method Summary
Modifier and TypeMethodDescriptionstatic OffsetDateTimedeserialize(String strVal)Deserializes an ISO-8601 formatted datestatic Stringserialize(OffsetDateTime src)Serializes the string
-
Method Details
-
deserialize
Deserializes an ISO-8601 formatted date- Parameters:
strVal- the string value- Returns:
- the OffsetDateTime
- Throws:
ParseException- the parse exception
-
serialize
Serializes the string- Parameters:
src- the source OffsetDateTime- Returns:
- the string
-