IGetResult get document as string

@luka -

The transcoding/serialization has changed from SDK2 to SDK3; this should work if you pass in the LegacyTranscoder as an option. Something like this:

var options = new GetAsync("key", options=>options.Transcoder(new LegacyTranscoder()); 

-Jeff

1 Like