Hi
When I use the UserManager plugin and I assign an array to additionalInfo, and afterwards when I try to retrieve the information (in the same client or or other client) I get an an array object code (or how you call).
input array: [[clientId, 9D429C09-84A3-45F3-BB02-E6E2BA336B7C], [solution, cds_batch], [start date, ma, 4 jun 2018 14:11:42]]
This is what I get
[[Ljava.lang.Object;@503eb19b, [Ljava.lang.Object;@3266d898, [Ljava.lang.Object;@1d571ce0]
How do I get my original array back. Does this has something to do with HashMaps. And how does that work.
Thanks