79250916

Date: 2024-12-04 11:15:48
Score: 2.5
Natty:
Report link

You need to create a Custom Converter to achieve this.

You can refer to this link for a example on how to create a custom converter.

And here you'll find how to use the Custom Converter you have implemented along with the reactive property

Don't forget that you need to keep the instance of the deserialized object in order to really use the Reactive Property. If you deserialize the object every time, you'll override or create a new instance of the properties, losing the observers. This may be useful for it.

Reasons:
  • Blacklisted phrase (1): this link
  • No code block (0.5):
  • Low reputation (1):
Posted by: Fellipe Peixoto