AqlaSolutions/AqlaSerializer

MetaType.ArrayLengthReadLimit

Gl237man opened this issue · 3 comments

how set MetaType.ArrayLengthReadLimit?

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

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

Thank you, it helped me a lot.