JournalService setup work in progress
This commit is contained in:
parent
d59914e277
commit
f3ce62b551
12 changed files with 215 additions and 85 deletions
|
|
@ -5,7 +5,7 @@ namespace Pulsar.Utils;
|
|||
|
||||
public static class JournalReader
|
||||
{
|
||||
public static TJournal ObservatoryDeserializer<TJournal>(string json) where TJournal : IJournal
|
||||
public static TJournal ObservatoryDeserializer<TJournal>(string json) where TJournal : JournalBase
|
||||
{
|
||||
TJournal deserialized;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue