4 references to Deserialize
dotnet-svcutil-lib (4)
Shared\Options\ApplicationOptions.cs (4)
120return Deserialize<TOptionsBase, TSerializer>(null, fileInfo, throwOnError); 127return Deserialize<TOptionsBase, TSerializer>(jsonText, null, throwOnError); 163return Deserialize<TOptionsBase, OptionsSerializer<TOptionsBase>>(null, new FileInfo(filePath), throwOnError); 168return Deserialize<TOptionsBase, OptionsSerializer<TOptionsBase>>(jsonText, null, throwOnError);