James Mudd

Results 51 comments of James Mudd

Want to add a test were the data exactly fills multiple pages. But nearly done

Released in [v0.8.5](https://github.com/jamesmudd/jhdf/releases/tag/v0.8.5)

Thanks I will take a look at this, should be easy to reproduce. I have the benchmark running locally.

Had a little look at this. I think the reason is because I didn't support fixed array pages so need to add support for that

Should be fixed by https://github.com/jamesmudd/jhdf/pull/622

Actualy realised by example might be slightly wrong as im setting `wrapper.type = "cat"` this should be automatically handled when serializing to JSON so actually maybe im wrong to say...

Ok think I understand this issue, i'm basically in an unsupported case, POJO-as-array where one polymorphic elements type is declared in another element. I'm thinking a better solution would be...

Indeed, OCPP was my use case as well. My solution was a custom de-serializer sorry. If this could be resolved that would be great, but i'm actually not really sure...

Well I guess technically it could be supported in Jackson, but its not really how its designed ATM. There isn't anything technically invalid with what OCPP have defined, its just...

@volkert-fastned indeed here is a comment from my code ``` // TODO this isn't great but OCPP is stateful. In order to deserialize the Call Result you // need to...