Wayne Tanner

Results 6 comments of Wayne Tanner

You can call converter more than once. Klaxon() .converter(con1) .converter(con2) .converter(con3)

I have a similar issue where I have JSON objects that I have to look at multiple fields to tell what class type they should be. I'm looking into creating...

I implemented the following which seems to work although I have not tested it thoroughly yet. I added the CompositeTypeFor annotation which passes the json object through to the adapter...

I'm definitely interested in a HDF5 type provider. I may be able to provide help with testing. I'd also really like to see a netCDF provider as I have a...

A thin wrapper as described above would be an extremely useful jumping off point to build high level interfaces to HDF5.

I would definitely argue that the basic HDF5 wrapper library should be usable separate from the type provider. The vast majority of the HDF5 files I've dealt with have known...