XmlArchive.postProcessArray

Performs post processing of the array associated with the given id.

Post processing can basically be anything that the archive wants to do. This method is called by the serializer once for each serialized array at the end of the serialization process when all values have been serialized.

With this method the archive has a last chance of changing an archived array to an archived slice instead.

class XmlArchive(U = char)
void
postProcessArray
(
Id id
)

Parameters

id Id

the id associated with the array

Meta