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

Create an IRecord interface and have Record satisfy it. #107

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

EricSites
Copy link

Create an IRecord interface and have Record satisfy it.

The gives the option to just inherit from abstract Record class or satisfy the IRecord interface with my own Thing? Id property.

This solves a binary serialization issue when sending this record between Microsoft Orleans silos across the network.

… option to just inherit from Record or satisfy IRecord with my own Thing? Id. This solves a binary serialization issue when sending this record between Microsoft Orleans silos across the network.
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.

1 participant