Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deep copy does not copy fields in the specified structure #95

Open
robotLJW opened this issue Mar 27, 2021 · 0 comments
Open

Deep copy does not copy fields in the specified structure #95

robotLJW opened this issue Mar 27, 2021 · 0 comments
Assignees

Comments

@robotLJW
Copy link

Deep copy does not copy fields in the specified structure

In some scenarios, it is not necessary to copy all the fields.

Motivation

In the cache, data is stored with pointers. Now there is a scenario where only some fields of this data need to be removed, but the pointer content cannot be modified. Due to the complexity of data structure, only deep copy can be used.

Related Issues

apache/servicecomb-service-center#921

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants