Hi!
Hi!
someone have experience with attribute [JSONReflect ] for serialization?
i'm triing to use :
[JSONReflect(TConverterType.ctTypeObjects, TReverterType.rtTypeObjects, TRowsInterceptor)]
to avoid xe8 bug with tobjectlist.
TRowsInterceptor is a TJSONInterceptor descendant, where I define TypeObjectsConverter and TypeObjectsReverter.
Serialization is ok, but unmarhaslling not. in rest.jsonreflect unit, at line 2825 (xe8) there's a exception "not implemented" that is always raised =O
someone have experience with attribute [JSONReflect ] for serialization?
i'm triing to use :
[JSONReflect(TConverterType.ctTypeObjects, TReverterType.rtTypeObjects, TRowsInterceptor)]
to avoid xe8 bug with tobjectlist.
TRowsInterceptor is a TJSONInterceptor descendant, where I define TypeObjectsConverter and TypeObjectsReverter.
Serialization is ok, but unmarhaslling not. in rest.jsonreflect unit, at line 2825 (xe8) there's a exception "not implemented" that is always raised =O
... Unfortunately embarcadero's documentation is insufficient on this topic ...
ReplyDeleteTrying to get out a general solution ASAP
ReplyDelete