@Test( enabled = true )
public void testMapWithIntConstructorOnly() throws Exception {
final MemcachedBackupSession session = _manager.createEmptySession();
session.setValid( true );
final HashMapWithIntConstructorOnly map = new HashMapWithIntConstructorOnly( 5 );
session.setAttribute( "map", map );
System.out.println( new String( _transcoder.serializeAttributes( session, session.getAttributesInternal() ) ));
final Map<String, Object> deserialized =