-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Hiya, we're using GenericData.SetData in both this client and the javascript client. In the javascript client, the docs example allows for passing in an object with multiple properties to be serialized.
In this client I can't see a way to do that except setting multiple name/value pairs? Is there a way to pass in an object instead? If not, would you be able to add an overload for that?
Thanks very much!
In the Stream docs on collections here:
var collectionData = new GenericData();
collectionData.SetData(new Food("cheese burger", "4 stars"));
await client.Collections.Add("food", collectionData, "cheese-burger");
Metadata
Metadata
Assignees
Labels
No labels

