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

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

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