AqlaSolutions / AqlaSerializer

Binary serializer with full .NET support!
http://www.aqla.net
Other
16 stars 3 forks source link

MetaType.ArrayLengthReadLimit #19

Closed Gl237man closed 4 years ago

Gl237man commented 4 years ago

how set MetaType.ArrayLengthReadLimit?

AqlaSolutions commented 4 years ago

RuntimeTypeModel.Default.Add(type, true).ArrayLengthReadLimit = x

AqlaSolutions commented 4 years ago

As alternative you can use List<T> without modifying settings.

Gl237man commented 4 years ago

Thank you, it helped me a lot.