Closed daltonbohning closed 3 years ago
@daltonbohning right now I am deserializing the cont layout and the version. Deserializing is quite a bit simpler. You can find the cont layout deserialization in cont_deserialize_hdlr.
@daltonbohning The properties get set when the container is created
cont_deserialize_hdlr
@dsikich Not sure how I missed that before... I'll add in the rest of the deserialization. Thanks!
@dsikich I added the deserialization, but I wasn't able to properly test because of the container create issue we talked about before.
Also, we could probably simplify the serialization and deserialization of the properties by just looping over each property and using a case
statement to decide whether to use str
, uint
or opaque
. Maybe we can think about that once it is functionally working.
@dsikich I didn't see any logic for deserializing the properties. Maybe I overlooked that somewhere?