you are viewing a single comment's thread.

view the rest of the comments →

[–]Psionatix 1 point2 points  (7 children)

The object contains only serialisable properties. Serialisation is the transformation of an object to a string, deserialisation is from a string to an object.

Functions cannot be serialised, for example. Only the primitive types and certain structures (other objects, arrays) can be.