Rework Journal Handling
Stub ModulesInfo
This commit is contained in:
parent
4274496150
commit
b8967814d5
14 changed files with 156 additions and 47 deletions
|
|
@ -5,7 +5,7 @@ namespace Pulsar.Utils;
|
|||
|
||||
public static class JournalReader
|
||||
{
|
||||
public static TJournal ObservatoryDeserializer<TJournal>(string json) where TJournal : JournalBase
|
||||
public static TJournal ObservatoryDeserializer<TJournal>(string json) where TJournal : IJournal
|
||||
{
|
||||
TJournal deserialized;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue