readList

open fun <T> readList(@NotNull buffer: @NotNull ByteArrayDataInput, @NotNull serializer: @NotNull PacketSerializer<T>): List<T>