What file format are the data.bin files for client tags/general properties/designer props/global props?

Curious, since they don't seem to be gzipped or java serialized

EDIT: oh it's gzipped java objects, ok

The entrypoint is an instance of XMLDeserializer, obtained from the scope-appropriate context object:

Note that the method/XMLDeseriailizer is in common but you won't actually be able to serialize/deserialize arbitrary objects in arbitrary scopes.

2 Likes