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

                return(instance);
            }
Example #2
0
 public static void Serialize(SomeType instance, global::Improbable.Worker.CInterop.SchemaObject obj)
 {
 }