Giter Site home page Giter Site logo

Comments (4)

mdboom avatar mdboom commented on June 7, 2024

I had initially considered this, but the shortcoming is that it's only one-way -- you can only use this to store a custom object in ASDF. So you ultimately to have something "off the side" (i.e. not on objects) that can be used to unserialize the objects.

This is documented here: http://pyasdf.readthedocs.org/en/latest/pyasdf/extensions.html

While there's probably some room for improvement, I think it's superior to using a special member because it wraps the serialization/deserialization in a single class.

from asdf.

astrofrog avatar astrofrog commented on June 7, 2024

Ok, sounds good!

from asdf.

embray avatar embray commented on June 7, 2024

I think there's more that goes into storing arbitrary objects in ASDF too. For example you need support in the schema and the like. That could be declared in an object too, but I think in practice Mike's approach is better.

from asdf.

mdboom avatar mdboom commented on June 7, 2024

The other important point I forgot to mention is that doing things "off to the side" like this lets us handle objects we don't control, such as Numpy arrays. (i.e. we can support them in ASDF without submitting patches to Numpy).

from asdf.

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.