ryantenney / passkit4j

Java library for generating Apple Passbook (.pkpass) files

Home Page:http://www.ryantenney.com/passkit4j/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pubic methods for reading and writing pass.json

bramp opened this issue · comments

I would like to generate a Pass object from an existing pass.json, and equally I would like to generate the pass.json from a Pass object.

This way I can store the (unfinished/unsigned) pass somewhere, and retrieve it later before I finally build/sign it.

The PassSerializer.generatePass(...) method will almost do half of what I need. I just need a PassDeserializer as well.

I'm happy to fork and add the needed code if the suggestion is a good one.

Hi, I'd be interested in the same feature.
How has your PassDeserializer been working for you ? Can I safely use it ?
Thanks a lot.

I am no longer working on this project, but the deserializer was working great.