TtRPC•Created by marclp on 6/12/2024 in #❓-help How to serialize and deserialize an object of a custom class?
I have a custom class and i want to send objects of it over trpc, but the serialization is not working properly. The date fields are being converted to strings.