Giter Club home page Giter Club logo

Comments (6)

force-net avatar force-net commented on August 18, 2024 5

Ok. I'll think, how to better implement such functionality (add some helper function to exclude/override cloning, or attribute, or something else, or all variants).

from deepcloner.

GF-Huang avatar GF-Huang commented on August 18, 2024 5

Any progress?

from deepcloner.

force-net avatar force-net commented on August 18, 2024

Currently it does not supported by idea of library: "Cloned objects should be same as original and it should not know, that it cloned".
May be, in future, I'll add support of attributes, but it hard due current optimizations which can clone object with it fields in one step.

from deepcloner.

sd016808 avatar sd016808 commented on August 18, 2024

I am looking forward to this feature implementation!

I use the MVVM pattern, and most of my classes have implemented INotifyPropertyChanged interface.

If I use deepClone with event/delegate, I will got some memory error and crash problem.

from deepcloner.

Rsverma avatar Rsverma commented on August 18, 2024

Having the same issue. Trying to clone an item from grid results in cloning the entire grid internally due to this PropertyChanged Binding.

from deepcloner.

Rsverma avatar Rsverma commented on August 18, 2024

It seems an attribute would be the best way to go(if possible) such as the NonSerializedAttribute which prohibits serialization of a field.

from deepcloner.

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.