Binary serialization of a struct
Joseph via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Sep 16 03:30:51 UTC 2017
Are there any simple direct serialization libraries where I can
mark elements of a class or struct that I want serialized with an
attribute and it will take care of all the rest(including
recursive structures, arrays, etc) then deserialize back in to
the structs?
I want something straight forward without allot of plumbing on my
end.
More information about the Digitalmars-d-learn
mailing list