Beispiel #1
0
            public static FirstCommandResponse Deserialize(global::Improbable.Worker.CInterop.SchemaObject obj)
            {
                var instance = new FirstCommandResponse();

                {
                    instance.Response = obj.GetBool(1);
                }
                return(instance);
            }
Beispiel #2
0
 public static void Serialize(FirstCommandResponse instance, global::Improbable.Worker.CInterop.SchemaObject obj)
 {
     {
         obj.AddBool(1, instance.Response);
     }
 }