intelligentplant / AppStoreConnect.Adapters

Allows Intelligent Plant App Store Connect to query 3rd party systems
https://appstore.intelligentplant.com
MIT License
0 stars 0 forks source link

Ensure that byte[] is always converted to ByteString #372

Closed wazzamatazz closed 6 months ago

wazzamatazz commented 6 months ago

This PR ensures that byte[] is always converted to ByteString internally when constructing new Variant instances.

Variant instances containing 1-dimensional byte[] instances serialized by older versions of the toolkit will have these values converted to ByteString on deserialization.