ga4gh / ga4gh-schemas

Models and APIs for Genomic data. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
214 stars 114 forks source link

Add serialization helper functions to schemas #750

Open david4096 opened 7 years ago

david4096 commented 7 years ago

To make it easier to integrate the GA4GH data model, we should include the serialization helpers for the protobuf in our python module. This includes functions like .toJson, or .toDictionary.

david4096 commented 7 years ago

Closed with https://github.com/ga4gh/schemas/pull/801

david4096 commented 7 years ago

We should add fromJsonDict to go with ParseDict. Thanks @kusdhill