You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Type of issue
Current Behavior
I used to work with the Unified Automation SDK and there is a feature in the
EncodableFactory
which allows for registering implemtations ofIEncodable
types as well asGenericStructureDataTypes
. This type is requested from the factory during encoding/decoding in theBinaryDecoder
andBinaryEncoder
and wrapped in aGenericEncodableObject
which in turn is anEncodableObject
. Since theirEncodableObject
and this SDKsEncodableObject
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
Anything else?
No response
The text was updated successfully, but these errors were encountered: