Curious, since they don't seem to be gzipped or java serialized
EDIT: oh it's gzipped java objects, ok
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.