Package com.microsoft.graph.serializer
Class ByteArraySerializer
java.lang.Object
com.microsoft.graph.serializer.ByteArraySerializer
Serializer for byte[]s
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]deserialize(String strVal) Deserializes a stringstatic Stringserialize(byte[] src) Serializes the string
-
Method Details
-
deserialize
Deserializes a string- Parameters:
strVal- the value to deserialize- Returns:
- the string encoded bytes
- Throws:
ParseException- if there is any problem processing the value
-
serialize
Serializes the string- Parameters:
src- the source array- Returns:
- the string
-