blob: b7c24f6ea1e0e967312f405fc16968260e0966ce [file] [log] [blame]
package org.eclipse.persistence.json.bind.defaultmapping.typeConvertors.model;
/**
* Created by David Kral.
*/
public class ByteArrayWrapper {
public byte[] array;
}