Closed cmuchinsky closed 6 years ago
The SurfingContext class should be made public, otherwise its not possible to implement a custom JsonParserAdapter in any package other than org.jsfr.json
SurfingContext
JsonParserAdapter
org.jsfr.json
What kind of JsonParserAdaper do you want to implement? Why not jsut do it in org.jsfr.json package
I was looking to prototype a workaround for issue 42 with an anonymous class but was unable to.
The
SurfingContext
class should be made public, otherwise its not possible to implement a customJsonParserAdapter
in any package other thanorg.jsfr.json