// Constructors
//----------------------------------------------------------------------------------------------------------------------
public DefaultCassidyContext(KeyspaceHelper keyspaceHelper) {
this.keyspaceHelper = keyspaceHelper;
this.classPath = new DefaultClassPath();
this.serializerRegistry = new DiscoverySerializerRegistry(classPath);
}