Skip to content

Save values using extra dictionary instead of attributes#9

Closed
AdamStrojek wants to merge 2 commits into
andreax79:masterfrom
AdamStrojek:master
Closed

Save values using extra dictionary instead of attributes#9
AdamStrojek wants to merge 2 commits into
andreax79:masterfrom
AdamStrojek:master

Conversation

@AdamStrojek

Copy link
Copy Markdown

I have changed the current default behavior for CStruct classes so they do not save information directly in class instance instead they are using an extra dictionary. This will allow on separating data created in class and data that are returned by pack and unpack. Later this can be used for automatic unpacking when data bytes are provided.

@AdamStrojek

Copy link
Copy Markdown
Author

These changes make cstruct unstable, I need to rework it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant