@Override
 public void read(JmeImporter im) throws IOException {
   super.read(im);
   InputCapsule ic = im.getCapsule(this);
   content = ic.readByteArray("content", new byte[0]);
 }