yhknight / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Wrong Json format for properties of type Edm.Guid #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Serializing an Edm.Guid into Json results in a string representation prefixed 
with "guid" (URI format). The Json parser also expects a prefixed string. 
Furthermore when deserializing a guid, there is no format check.

Original issue reported on code.google.com by philipp.sebastian.thun on 3 May 2012 at 3:21

GoogleCodeExporter commented 9 years ago
Fixed with revision 5e1a47674aa7.

Original comment by philipp.sebastian.thun on 3 May 2012 at 3:22