|
4 | 4 | // |
5 | 5 | // |
6 | 6 | // bebopc version: |
7 | | -// 2.4.6 |
| 7 | +// 3.0.14 |
8 | 8 | // |
9 | 9 | // |
10 | 10 | // bebopc source: |
11 | | -// https://github.com/RainwayApp/bebop |
| 11 | +// https://github.com/betwixt-labs/bebop |
12 | 12 | // |
13 | 13 | // |
14 | 14 | // Changes to this file may cause incorrect behavior and will be lost if |
15 | 15 | // the code is regenerated. |
16 | 16 | // </auto-generated> |
17 | 17 | // |
18 | | -// This source code was auto-generated by bebopc, Version=2.4.6. |
| 18 | +// This source code was auto-generated by bebopc, Version=3.0.14. |
19 | 19 | // |
20 | 20 | namespace SerializationBenchmarks.Models.Bebop { |
21 | 21 |
|
22 | | - [global::System.CodeDom.Compiler.GeneratedCode("bebopc", "2.4.6")] |
| 22 | + [global::System.CodeDom.Compiler.GeneratedCode("bebopc", "3.0.14")] |
23 | 23 | [global::Bebop.Attributes.BebopRecord(global::Bebop.Runtime.BebopKind.Enum)] |
24 | 24 | public enum Gender : uint { |
25 | 25 | Male = 0, |
26 | 26 | Female = 1 |
27 | 27 | } |
28 | 28 |
|
29 | | - [global::System.CodeDom.Compiler.GeneratedCode("bebopc", "2.4.6")] |
| 29 | + [global::System.CodeDom.Compiler.GeneratedCode("bebopc", "3.0.14")] |
30 | 30 | [global::Bebop.Attributes.BebopRecord(global::Bebop.Runtime.BebopKind.Message)] |
31 | | - public partial class Order : global::Bebop.Runtime.BaseBebopRecord, global::System.IEquatable<Order> { |
| 31 | + public partial class Order : global::Bebop.Runtime.BaseBebopRecord, global::Bebop.Runtime.IDecodable<Order>, global::System.IEquatable<Order> { |
32 | 32 | #nullable enable |
33 | 33 | /// <inheritdoc /> |
34 | 34 | public sealed override int MaxByteCount => GetMaxByteCount(); |
@@ -315,9 +315,9 @@ public override int GetHashCode() { |
315 | 315 |
|
316 | 316 | } |
317 | 317 |
|
318 | | - [global::System.CodeDom.Compiler.GeneratedCode("bebopc", "2.4.6")] |
| 318 | + [global::System.CodeDom.Compiler.GeneratedCode("bebopc", "3.0.14")] |
319 | 319 | [global::Bebop.Attributes.BebopRecord(global::Bebop.Runtime.BebopKind.Message)] |
320 | | - public partial class User : global::Bebop.Runtime.BaseBebopRecord, global::System.IEquatable<User> { |
| 320 | + public partial class User : global::Bebop.Runtime.BaseBebopRecord, global::Bebop.Runtime.IDecodable<User>, global::System.IEquatable<User> { |
321 | 321 | #nullable enable |
322 | 322 | /// <inheritdoc /> |
323 | 323 | public sealed override int MaxByteCount => GetMaxByteCount(); |
@@ -819,9 +819,9 @@ public override int GetHashCode() { |
819 | 819 |
|
820 | 820 | } |
821 | 821 |
|
822 | | - [global::System.CodeDom.Compiler.GeneratedCode("bebopc", "2.4.6")] |
| 822 | + [global::System.CodeDom.Compiler.GeneratedCode("bebopc", "3.0.14")] |
823 | 823 | [global::Bebop.Attributes.BebopRecord(global::Bebop.Runtime.BebopKind.Message)] |
824 | | - public partial class UserWrapper : global::Bebop.Runtime.BaseBebopRecord, global::System.IEquatable<UserWrapper> { |
| 824 | + public partial class UserWrapper : global::Bebop.Runtime.BaseBebopRecord, global::Bebop.Runtime.IDecodable<UserWrapper>, global::System.IEquatable<UserWrapper> { |
825 | 825 | #nullable enable |
826 | 826 | /// <inheritdoc /> |
827 | 827 | public sealed override int MaxByteCount => GetMaxByteCount(); |
|
0 commit comments