* @param type
* @param class2type
*/
public static void init( Type type, Class2TypeMap class2type )
{
Field field = type.getField( FIELD_NAME );
class2type.put( StrStrHashMap.class, type );
type.setComponentType( StrStrHashMap.class );
type.setImportExportHelper( new StrStrHashMapSerializer( type, field ) );
type.putValidator( field, Validator_object.get( 1 ) );
type.lock();