Serializing a TObjectList (Bcl.Json)

You used TList. I used TObjectList. There are some difference?

I think makes no difference.

Look closely my example. It's not serializing a TList (or a TObjectList)
It is serializing an Object that keeps reference to a TList through a property named Cobrancas

Are you doing the same? Can you share part of you code?

Regards,