2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-04 12:28:21 +00:00
Files
esiur-dotnet/Tests/Serialization/ComplexObject/Program.cs
2026-04-04 04:31:30 +03:00

15 lines
289 B
C#

using Esiur.Tests.ComplexModel;
using MessagePack;
MessagePack.MessagePackSerializer.DefaultOptions = MessagePackSerializerOptions.Standard
.WithCompression(MessagePackCompression.None); // optional; remove if you want raw size
var models = new ModelRunner();
models.Run();