Home > @activeviam/activeui-sdk > SerializationHelper > array
SerializationHelper.array property
Returns a Serialization object that handles arrays of the type catered by the Serialization
passed in argument.
Signature:
array: <S, T>(helperType: TypedSerialization<S, T>) => ArraySerialization<S, T>;