Giter Club home page Giter Club logo

Comments (6)

mikebaldry avatar mikebaldry commented on August 22, 2024 3

A Serializer isn't initialised with a single instance of an object, render takes the object to serialize. Therefore using instance variables in a serializer isn't going to be per object.

I agree this is unexpected from using the ArraySerializer, but if you are using normally you do FooSerializer.new.render(object) and in that case I wouldn't expect instance variables to work.

from panko_serializer.

yosiat avatar yosiat commented on August 22, 2024

@mikebaldry thanks for the explanation.

@emptyflask you need to think about serializers as pure functions with no state and you need to build your application with this in mind.

If you have any more questions/ideas how can I simplify/solve panko to help you better please lmk.

from panko_serializer.

emptyflask avatar emptyflask commented on August 22, 2024

I was coming at this from Active Model Serializers so made some assumptions about how this was expected to work...

To be clear I wouldn't expect an instance var to persist across more than one object -- I'm thinking more of a situation where there's a time-consuming method that looks up a related object (like a remote image) that is then referenced multiple times in the same serializer (writing attributes like url, width, height, etc). The instance var is only intended to memoize the lookup method for that single record's relation.

It sounds like I might need a presenter layer between the model and the serializer if I want to do this.

from panko_serializer.

yosiat avatar yosiat commented on August 22, 2024

@emptyflask I tried thinking about this and I think creating new objects when serializing or adding some caching mechanism support here will complex Panko.

The only solution I can suggest here is using something like Rails.cache or passing cache object via the context.

from panko_serializer.

emptyflask avatar emptyflask commented on August 22, 2024

from panko_serializer.

yosiat avatar yosiat commented on August 22, 2024

@emptyflask I am closing this issue, if you have any idea on how to improve here, please open new issue (and reference this for context if needed).

from panko_serializer.

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.