public static global::System.Object Deserializer(global::System.Type expected, global::Orleans.Serialization.BinaryTokenStreamReader stream) { global::Shared.RealmSettings result = new global::Shared.RealmSettings(); global::[email protected]@[email protected]@RecordObject(result); [email protected](result, (global::System.String)global::[email protected](typeof (global::System.String), stream)); [email protected](result, (global::System.Int32)global::[email protected](typeof (global::System.Int32), stream)); [email protected](result, (global::System.Int32)global::[email protected](typeof (global::System.Int32), stream)); [email protected](result, (global::System.String)global::[email protected](typeof (global::System.String), stream)); [email protected](result, (global::System.Int32)global::[email protected](typeof (global::System.Int32), stream)); [email protected](result, (global::System.String)global::[email protected](typeof (global::System.String), stream)); [email protected](result, (global::System.UInt16)global::[email protected](typeof (global::System.UInt16), stream)); [email protected](result, (global::System.Int32)global::[email protected](typeof (global::System.Int32), stream)); [email protected](result, (global::System.Int32)global::[email protected](typeof (global::System.Int32), stream)); return (global::Shared.RealmSettings)result; }
public static global::System.Object DeepCopier(global::System.Object original) { global::Shared.RealmSettings input = ((global::Shared.RealmSettings)original); global::Shared.RealmSettings result = new global::Shared.RealmSettings(); global::[email protected]@[email protected]@RecordObject(original, result); [email protected](result, [email protected](input)); [email protected](result, [email protected](input)); [email protected](result, [email protected](input)); [email protected](result, [email protected](input)); [email protected](result, [email protected](input)); [email protected](result, [email protected](input)); [email protected](result, [email protected](input)); [email protected](result, [email protected](input)); [email protected](result, [email protected](input)); return result; }