Closed mganss closed 3 years ago
Unfortunately no. The nature of the "serializer" is that one thing follows after the other. Recommend firing whomever wrote the format 😉
The pattern is part of the import/export format for a device from a big electronic equipment manufacturer. No docs of course, had to reverse engineer it 🙄
I have the following class definition:
When trying to serialize I get
The file format I'm trying to serialize demands
BodyCrc
to come beforeBody
. Is there an elegant way to do this?