◐ Shell
reader mode source ↗
Skip to content

Expose serialization api#2336

Merged
lostmsu merged 6 commits into
pythonnet:masterfrom
BadSingleton:expose-serialization-api
May 10, 2024
Merged

Expose serialization api#2336
lostmsu merged 6 commits into
pythonnet:masterfrom
BadSingleton:expose-serialization-api

Conversation

@BadSingleton

@BadSingleton BadSingleton commented Mar 7, 2024

Copy link
Copy Markdown
Contributor

Adds post-serialization and pre-deserialization hooks for additional customization.

What does this implement/fix? Explain your changes.

This PR supersedes #1892 , offer another workaround for issues #2335 #2221 #2282 , possibly others.

Does this close any currently open issues?

This addresses @lostmsu 's comments of exposing an API instead of adding functionality

Any other comments?

According to Unity dev answers on the Unity forums, they will implement a ring-link architecture as a replacement for domain load/unload. I have added no tests yet in this PR considering that domain load/unload is deprecated from a .NEt perspective.
https://forum.unity.com/threads/unity-future-net-development-status.1092205/page-34#post-8918231

This PR is made in my own name, I am no longer working at the company that signed the CLA for me.

Checklist

Check all those that are applicable and complete.

  • Make sure to include one or more tests for your change
  • If an enhancement PR, please create docs and at best an example
  • Ensure you have signed the .NET Foundation CLA
  • Add yourself to AUTHORS
  • Updated the CHANGELOG

Adds post-serialization and pre-deserialization hooks for additional
customization.
* And revert the breaking change of the FormatterType removal
* Add CHANGELOG entry
@BadSingleton BadSingleton mentioned this pull request Mar 7, 2024
5 tasks
@filmor

filmor commented Mar 12, 2024

Copy link
Copy Markdown
Member

@lostmsu any notes?

@lostmsu

lostmsu commented Mar 12, 2024

Copy link
Copy Markdown
Member

Add some tests.

@lostmsu

lostmsu commented Mar 29, 2024

Copy link
Copy Markdown
Member

BTW, what's your interest in this functionality working?

Cause if there's none, I think we should consider just bumping version to 4.x and dropping domain reload support altogether.

Do you know anyone in Unity who stills works on it? There's been no communication for a while.

@BadSingleton

BadSingleton commented Mar 29, 2024

Copy link
Copy Markdown
Contributor Author

BTW, what's your interest in this functionality working

Superseding/closing the previous PR. At this point, considering Unity's public plans, it's not unreasonable to drop this. Unity has their own fork with what was in the previous PR anyway.

Do you know anyone in Unity who stills works on it?

I think so. Last I knew of, another team had assumed maintaintership of the package. I'll be sending a few messages see if they are still at Unity/on those projects

@filmor

filmor commented Apr 26, 2024

Copy link
Copy Markdown
Member

@lostmsu Any more comments? I took the liberty to implement your comments on the formatter factory.

P.S.: The current build failures are due to macos-14, I'll adjust the CI in another PR.

@BadSingleton

Copy link
Copy Markdown
Contributor Author

I'll be sending a few messages see if they are still at Unity/on those projects

To close the loop on this, the people I could get in touch with are no longer at Unity.

@lostmsu lostmsu merged commit 32051cb into pythonnet:master May 10, 2024
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

Successfully merging this pull request may close these issues.

4 participants