Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpf.serial.toRaw #287

Closed
1 task done
ArnaudBuchholz opened this issue Sep 13, 2018 · 1 comment
Closed
1 task done

gpf.serial.toRaw #287

ArnaudBuchholz opened this issue Sep 13, 2018 · 1 comment
Assignees

Comments

@ArnaudBuchholz
Copy link
Owner

ArnaudBuchholz commented Sep 13, 2018

Part of #271

As a developer, I want a function that gets any instance of a given class and generates a raw object containing only serializable attributes of this class

Acceptance criterias:

  • the api name is gpf.serial.toRaw, it takes an instance of a clas swith Serializable attributes (it fails if not an object) and it returns a dictionary composed of the Serializable attributes' value
@ArnaudBuchholz ArnaudBuchholz self-assigned this Sep 13, 2018
@ArnaudBuchholz ArnaudBuchholz changed the title gpf.serial.getToRawRecord gpf.serial.buildToJSON Sep 13, 2018
ArnaudBuchholz added a commit that referenced this issue Sep 13, 2018
ArnaudBuchholz added a commit that referenced this issue Sep 13, 2018
ArnaudBuchholz added a commit that referenced this issue Sep 13, 2018
@ArnaudBuchholz ArnaudBuchholz changed the title gpf.serial.buildToJSON gpf.serial.buildToRaw Sep 14, 2018
ArnaudBuchholz added a commit that referenced this issue Sep 14, 2018
ArnaudBuchholz added a commit that referenced this issue Sep 14, 2018
ArnaudBuchholz added a commit that referenced this issue Sep 14, 2018
ArnaudBuchholz added a commit that referenced this issue Sep 14, 2018
ArnaudBuchholz added a commit that referenced this issue Sep 14, 2018
@ArnaudBuchholz
Copy link
Owner Author

Might move away from static function because of converter support

@ArnaudBuchholz ArnaudBuchholz changed the title gpf.serial.buildToRaw gpf.serial.toRaw Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant