Is it possible to get size of object in bytes especially list<dynamic> or map<string,dynamic>?

Viewed 978

For some reason, I am looking for an approach to get the size-of an object. My target object is list or map<string,dynamic>. I am looking through the document, there is sizeOf() but doesn't have any arguments more.

Is there something wrong?

0 Answers
Related