How can I access the array data (i.e. id, nome, etc) of this:
stdClass Object
(
[_externalizedData] => Array
(
[0] => stdClass Object
(
[id] => 5
[tipo_usuario] => 0
[username] => [email protected]
[nome] => maria
)
)
[_explicitType] => flex.messaging.io.ArrayCollection
)