Skip to content

Commit 38b99aa

Browse files
committed
Merge branch 'bugfix/default-content-type-and-boolean-deserialization' of https://github.com/microsoftgraph/msgraph-sdk-java into bugfix/default-content-type-and-boolean-deserialization
2 parents 1c35771 + 1d37003 commit 38b99aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

typeSummary.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226307,6 +226307,12 @@
226307226307
method serializeObject
226308226308
return type java.lang.String
226309226309
param serializableObject : java.lang.Object
226310+
class com.microsoft.graph.serializer.EdmNativeTypeSerializer
226311+
method deserialize
226312+
return type java.lang.Object
226313+
param json : com.google.gson.JsonElement
226314+
param type : java.lang.Class
226315+
param logger : com.microsoft.graph.logger.ILogger
226310226316
class com.microsoft.graph.serializer.EnumSetSerializer
226311226317
method deserialize
226312226318
return type java.util.EnumSet

0 commit comments

Comments
 (0)