Interface IRedbObjectSerializer
public interface IRedbObjectSerializer
Methods
Deserialize<TProps>(string)
RedbObject<TProps> Deserialize<TProps>(string json) where TProps : class, new()
DeserializeDynamic(string, Type)
Dynamic JSON deserialization to typed object based on runtime type
IRedbObject DeserializeDynamic(string json, Type propsType)
DeserializeRedbDynamic(string, Type)
Polymorphic JSON deserialization to RedbObject based on runtime type
RedbObject? DeserializeRedbDynamic(string json, Type propsType)