Coder Social home page Coder Social logo

Error with TypeAdapter about hive HOT 9 CLOSED

isar avatar isar commented on July 3, 2024
Error with TypeAdapter

from hive.

Comments (9)

simc avatar simc commented on July 3, 2024 14

Sorry there is an error in the documentation. You need to use Hive.registerAdapter() before you open the box.

from hive.

armandojimenez avatar armandojimenez commented on July 3, 2024 3

How can I save the same object on multiple boxes? Im getting this error: The same instance of an HiveObject cannot be stored in two different boxes.

from hive.

kamranbekirovyz avatar kamranbekirovyz commented on July 3, 2024 1

Sorry there is an error in the documentation. You need to use Hive.registerAdapter() before you open the box.

this solved issue for me. thanks!

from hive.

theiskaa avatar theiskaa commented on July 3, 2024 1

How can I save the same object on multiple boxes?

Hi man! Also, I faced with this issue, and I could found anything about it. And at the end of the day, I asked it on stackoverflow. If you solved it please just put an answer

https://stackoverflow.com/questions/68055740/hiveerror-the-same-instance-of-an-hiveobject-cannot-be-stored-in-two-different

from hive.

haaris94 avatar haaris94 commented on July 3, 2024

I believe that Hive.registerAdapter() will register this Adapter for all the boxes. I want this adapter registered only to UserDetailBox, that is why I used box.registerAdapter() or is this functionality removed?

from hive.

simc avatar simc commented on July 3, 2024

This only workes for lazy boxes and the documentation fails to mention that.

I will deprecate and remove box.registerAdapter() in the coming versions.

There is nothing wrong with registering an adapter for all boxes. Or do you need to store the same object in multiple boxes with different adapters?

from hive.

haaris94 avatar haaris94 commented on July 3, 2024

Atm my use case is very simple(just a local cache of current user detail), so I don't need multiple adapters. I'll use the Hive.registerAdapter() method then. I believe there won't be any performance degradation by registering globally?

Also thank you for creating this awesome library, much appreciated.

from hive.

simc avatar simc commented on July 3, 2024

I believe there won't be any performance degradation by registering globally?

Not at all. They are handled the same way.

from hive.

bilalbaz1 avatar bilalbaz1 commented on July 3, 2024

belgelerde bir hata v

this worked for me. Thank you.

from hive.

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.