Support for modifying serialized files
Status: Beta
Brought to you by:
koivusa
Add support for user modifying serialized files.
The first step could be allowing the modification of simple value nodes (primitive types, string constants and byte blocks).
The second step would be allowing the modification of the structure itself. Adding fields/removing fields to/from classes and so on.
Logged In: YES
user_id=1142576
Originator: YES
Another advanced form of modification would be the ability to change a handle to a copy of an object definition. For example:
Contents
-"String" @12345
-"String" @12345
The second String is pointing to the definition of the first one. It would be interesting to be able to modify the second String to be a deep copy, instead.