public FSTBytezEncoder(FSTConfiguration conf, BasicBytez base) {
this.conf = conf;
buffout = base;
clnames = (FSTClazzNameRegistry) conf.getCachedObject(FSTClazzNameRegistry.class);
if ( clnames == null ) {
clnames = new FSTClazzNameRegistry(conf.getClassRegistry(), conf);
} else {
clnames.clear();
}
}