kpenergy
kpenergy
This is a nice little library, but one issue that I'm having is that it doesnt take AWS options from appsettings. What are your thoughts on supporting this? For example,...
Is it possible to use this library to serialise a `Date` value to an `ISO-8601` string? for example, I want this: ```typescript class MyObject { @serializable /* Need to specify...
It it possible to use this library to deserialize JSON to an instance of a class that expects a generic type argument? For example: ```typescript class MyMessage { Id!: string;...