This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.IO; | |
| using Microsoft.Win32.SafeHandles; | |
| using System.Collections.Generic; | |
| using System.ComponentModel; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| namespace Test | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This file is part of Wire Format Producer Gist <https://github.com/StevenJDH>. | |
| * Copyright (c) 2025 Steven Jenkins De Haro | |
| * | |
| * This source code is licensed under the MIT license found in the | |
| * LICENSE file in the root directory of this source tree or at | |
| * https://opensource.org/licenses/MIT. | |
| */ | |
| package io.github.stevenjdh.examples.avro; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This file is part of Wire Format Consumer Gist <https://github.com/StevenJDH>. | |
| * Copyright (c) 2025 Steven Jenkins De Haro | |
| * | |
| * This source code is licensed under the MIT license found in the | |
| * LICENSE file in the root directory of this source tree or at | |
| * https://opensource.org/licenses/MIT. | |
| */ | |
| package io.github.stevenjdh.examples.avro; |