RevenantX / LiteNetLib

Lite reliable UDP library for Mono and .NET
https://revenantx.github.io/LiteNetLib/index.html
MIT License
3k stars 489 forks source link

Nested `INetSerializable` arrays serialization #548

Closed s-rayleigh closed 2 months ago

s-rayleigh commented 2 months ago

This PR adds methods to serialize and deserialize arrays of classes or structs that implements the INetSerializable interface and nested inside other INetSerializable.