-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
area/client/stategood first issueGood for newcomersGood for newcomerskind/enhancementNew feature or requestNew feature or request
Milestone
Description
Describe the proposal
Can I simply add 2 methods, for example
Task<bool> TrySaveStateByteAsync(
string storeName,
string key,
byte[] value,
string etag,
StateOptions stateOptions = default,
IReadOnlyDictionary<string, string> metadata = default,
CancellationToken cancellationToken = default)
Task<byte[]> GetStateByteAsync(
string storeName,
string key,
ConsistencyMode? consistencyMode = default,
IReadOnlyDictionary<string, string> metadata = default,
CancellationToken cancellationToken = default)
RELEASE NOTE: ADD support for saving and retrieving state as byte arrays without serialization to and from JSON
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/client/stategood first issueGood for newcomersGood for newcomerskind/enhancementNew feature or requestNew feature or request