Akavache icon indicating copy to clipboard operation
Akavache copied to clipboard

feature: C# 9 records serialization

Open roubachof opened this issue 2 years ago • 4 comments

C#9 records are finally the immutable type that we needed in C#. Since its syntax is game changing, akavache should supports serializing/deserializing such objects. Could be solved by #666.

roubachof avatar Jul 29 '21 13:07 roubachof

Yeah #666 will happen next major release. Will be in the next few weeks hopefully.

glennawatson avatar Jul 29 '21 14:07 glennawatson

How would one change the serializer? to say MessgePack?

rezamohamed avatar Nov 29 '21 16:11 rezamohamed

In the upcoming version there is a IAkavacheSerializer you register with Splat.

glennawatson avatar Nov 29 '21 19:11 glennawatson

Hmm any movements here? Knock! Knock!

Syed-RI avatar Jan 18 '24 13:01 Syed-RI