So i'm at the point where i am getting the Array Instance, but i'm not sure how to access the properties of that array instance?
So i'm logging back the correct object, just not sure where to get the property i'm looking for? I checked the documentation for the ObjectClass and can't really see where that would be?
there is the savedData map but that null, the instVar arrays are also null? so i'm not really sure how the array plugin is implemented, but i know that the instance should at least have a savetoJson and loadFromJson method, if i can't directly access the array data i'm thinking maybe i can parse it's json do my work then save the json back to the array plugin, not really if that extra over head of parsing the json and writing it back will have a negative impact.
but either way i'm not sure where i can call those methods on the instance?