Giter VIP home page Giter VIP logo

Comments (5)

martin-g avatar martin-g commented on July 21, 2024 1

I'll prepare another test case.

from dsl-json.

zapov avatar zapov commented on July 21, 2024

Why do you pass 16 as length instead of actual string length in utf8 bytes?

You should be doing something along the lines of

bytes[] json = "<snippet>".getBytes("UTF-8");
final Map deserialize = dsl.deserialize(Map.class, json, json.length);

from dsl-json.

zapov avatar zapov commented on July 21, 2024

btw. tnx for the bug report regarding StringIndexOutOfBoundsException. That's an unexpected exception which is now fixed.

btw2. the reason why there is no deserialize(Class, String) API is to discourage use of String. But I guess I could provide helper method for input bytes without asking for length (although thats not much better than String - since it does not encourage reuse)

from dsl-json.

martin-g avatar martin-g commented on July 21, 2024

from dsl-json.

martin-g avatar martin-g commented on July 21, 2024

It appeared to be a small typo in the JSON that caused the original problem.
Everything works just fine now!

from dsl-json.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.