libzeug icon indicating copy to clipboard operation
libzeug copied to clipboard

Allow serializer/deserializer interface to use intermediate format instead of files

Open rlux opened this issue 10 years ago • 1 comments

I want to serialize a property group to an intermediate ini object and manipulate it before writing it to a file. I want to deserialize a file to an ini object and manipulate it before parsing it as a property group.

Use case: I have several different types of proerty trees and want to encode in the ini file what type of tree it is. Currently this is only possible with a lot of warnings and a 2-pass parsing.

rlux avatar Jun 17 '14 13:06 rlux

What about adding the possibility to serialize some meta information via Variants? That would be way easier.

mjendruk avatar Sep 04 '14 09:09 mjendruk