Giter Site home page Giter Site logo

Comments (2)

RReverser avatar RReverser commented on June 9, 2024

Does this work for deserialization from other formats? For example, you could try to serialize some data to https://docs.rs/bincode/latest/bincode/ and then parse it back. If it doesn't work with other formats, then likely there isn't much we can do either.

Generally, serde has a lot of problems with internally tagged enums, because it first deserializes them into an internal "fat" container with all kinds of data, and then tries to convert from that into the destination format.

The problem with that approach is that, of course, only types that serde hardcoded in its internal representation are supported, while more esoteric ones - likely, including byte buffers - are not.

See serde-rs/serde#1183 for more details.

from serde-wasm-bindgen.

RReverser avatar RReverser commented on June 9, 2024

I'm going to close this as I'm fairly sure this is the linked upstream issue and not something we can fix on our side.

from serde-wasm-bindgen.

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.