Ejemplo n.º 1
0
            public static RandomDataType Deserialize(global::Improbable.Worker.CInterop.SchemaObject obj)
            {
                var instance = new RandomDataType();

                {
                    instance.Value = obj.GetInt32(1);
                }
                return(instance);
            }
Ejemplo n.º 2
0
            public static RandomDataType Deserialize(global::Improbable.Worker.Core.SchemaObject obj)
            {
                var instance = new RandomDataType();

                return(instance);
            }
Ejemplo n.º 3
0
 public static void Serialize(RandomDataType instance, global::Improbable.Worker.CInterop.SchemaObject obj)
 {
     {
         obj.AddInt32(1, instance.Value);
     }
 }
Ejemplo n.º 4
0
 public static void Serialize(RandomDataType instance, global::Improbable.Worker.Core.SchemaObject obj)
 {
 }