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

Serialization and Deserialization does not fully work correctly #135

Open
4 tasks
Tracked by #138
PandaHugMonster opened this issue Mar 4, 2023 · 1 comment
Open
4 tasks
Tracked by #138
Labels
architecture Architecture related topics bug Something isn't working heavy unfinished concept urgent

Comments

@PandaHugMonster
Copy link
Owner

PandaHugMonster commented Mar 4, 2023

  • In the JSON serialization/deserialization of objects all the nested objects must include class information
  • Review, revise the overall both mechanics of the serialization (Known bug of problems with a native serialization)
  • Add serialize (non-static) and deserialize (static) methods to SimpleObject class
  • Recursive serialization does not work properly, must be fixed (nested objects do not use Meta-Magic, it's a big flaw)
@PandaHugMonster PandaHugMonster added bug Something isn't working architecture Architecture related topics heavy labels Mar 4, 2023
@PandaHugMonster PandaHugMonster added this to the 1.1.5 milestone Mar 4, 2023
@PandaHugMonster PandaHugMonster self-assigned this Mar 4, 2023
@PandaHugMonster PandaHugMonster modified the milestones: 1.2.0, 1.2.2 Apr 1, 2023
@PandaHugMonster
Copy link
Owner Author

After many encounters with PHP serialization, I'm considering wrap up with "hacky" implementation, and avoid developing/improving serialization functionality, and discontinue any related to serialization eventually 😔

@PandaHugMonster PandaHugMonster removed their assignment Jul 10, 2024
@PandaHugMonster PandaHugMonster removed this from the 1.2.2 milestone Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Architecture related topics bug Something isn't working heavy unfinished concept urgent
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant