Class ArrayMapper

java.lang.Object
com.thoughtworks.xstream.mapper.MapperWrapper
com.thoughtworks.xstream.mapper.ArrayMapper
All Implemented Interfaces:
Mapper

public class ArrayMapper extends MapperWrapper
Mapper that detects arrays and changes the name so it can identified as an array (for example Foo[] gets serialized as foo-array). Supports multi-dimensional arrays.
Author:
Joe Walnes