Example #1
0
 internal static Server CreateFromJson(ServerJson json, [CanBeNull] object state)
 {
     return(FactoryUtils.CreateFromJson(_cache, state, json2 => new Server(json2), Populate, json));
 }