Skip to main content

ISerializeCollectionOptions

used to determine output of method

@field

delimited - whether to return single delimited string or an array

@field

delimiter - (optional) if delimited, this is delimiter to use

@field

collectionIndex - specify which collection to serialize data for

Index

Properties

collectionIndex

collectionIndex: number

delimited

delimited: boolean

delimiter

delimiter: string