public static WorkingMemoryAction deserializeWorkingMemoryAction(MarshallerReaderContext context,
ProtobufMessages.ActionQueue.Action _action) throws IOException,
ClassNotFoundException {
switch ( _action.getType() ) {
case ASSERT : {
return new WorkingMemoryReteAssertAction( context,
_action );
}
// case DEACTIVATE_CALLBACK : {
// return new DeactivateCallback(context,
// _action );