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

Generic way to handle encodable data types #2784

Open
2 of 5 tasks
larws opened this issue Oct 2, 2024 · 0 comments
Open
2 of 5 tasks

Generic way to handle encodable data types #2784

larws opened this issue Oct 2, 2024 · 0 comments

Comments

@larws
Copy link

larws commented Oct 2, 2024

Type of issue

  • Bug
  • Enhancement
  • Compliance
  • Question
  • Help wanted

Current Behavior

I used to work with the Unified Automation SDK and there is a feature in the EncodableFactory which allows for registering implemtations of IEncodable types as well as GenericStructureDataTypes. This type is requested from the factory during encoding/decoding in the BinaryDecoder and BinaryEncoder and wrapped in a GenericEncodableObject which in turn is an EncodableObject. Since their EncodableObject and this SDKs EncodableObject are very much identical I was hoping to find a similar mechanism in this SDK as well.

Is there a particular reason for this feature missing? Any chance for adding it?

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:
- Environment:
- Runtime:
- Nuget Version:
- Component:
- Server:
- Client:

Anything else?

No response

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

1 participant